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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
2
# m68knommu/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
# Copyright (C) 1998,1999  D. Jeff Dionne ,
14
#                          Kenneth Albanowski ,
15
#                          The Silver Hammer Group, Ltd.
16
#
17
# Based on arch/m68k/Makefile:
18
# Copyright (C) 1994 by Hamish Macdonald
19
#
20
 
21
# test for cross compiling
22
COMPILE_ARCH = $(shell uname -m)
23
 
24
# Find out which board we are compiling for
25
include arch/$(ARCH)/Boards.mk
26
 
27
# Set up the memory model.  RAM or ROM.
28
ifdef CONFIG_RAMKERNEL
29
MODEL = ram
30
else
31
MODEL = rom
32
endif
33
 
34
# get the compiler, flags and targets from the platform
35
include arch/$(ARCH)/platform/$(PLATFORM)/Rules.make
36
 
37
arch/$(ARCH)/empty.o:
38
        $(CROSS_COMPILE)gcc -o arch/$(ARCH)/empty.o -c arch/$(ARCH)/empty.c
39
 
40
bootstrap:
41
        @$(MAKEBOOT) bootstrap
42
 
43
archdep:
44
 

powered by: WebSVN 2.1.0

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