OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [or32/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 666 simons
#
2
# or32/Makefile
3
#
4
# This file is included by the global makefile so that you can add your own
5
# architecture-specific flags and dependencies. Remember to do have actions
6
# for "archclean" and "archdep" for cleaning up and making dependencies for
7
# this architecture
8
#
9
# This file is subject to the terms and conditions of the GNU General Public
10
# License.  See the file "COPYING" in the main directory of this archive
11
# for more details.
12
#
13
# Based on arch/m68k/Makefile:
14
#
15
 
16
# test for cross compiling
17
COMPILE_ARCH = $(shell uname -m)
18
 
19
# Find out which board we are compiling for
20
include arch/$(ARCH)/Boards.mk
21
 
22
HEAD := arch/or32/kernel/head.o
23
 
24
# Set up the memory model.  RAM or ROM.
25
ifdef CONFIG_RAMKERNEL
26
MODEL = ram
27
else
28
MODEL = rom
29
endif
30
 
31
# get the compiler, flags and targets from the platform
32
# include arch/$(ARCH)/platform/$(PLATFORM)/Rules.make
33
include arch/$(ARCH)/Rules.make
34
 
35
archdep:
36
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.