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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68k/] [boot/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1623 jcastillo
#
2
# linux/arch/m68k/boot/Makefile
3
#
4
# This file is subject to the terms and conditions of the GNU General Public
5
# License.  See the file "COPYING" in the main directory of this archive
6
# for more details.
7
 
8
ifdef CONFIG_AMIGA
9
AMIGA_BOOTOBJS := amiga/bootstrap.o
10
endif
11
 
12
ifdef CONFIG_ATARI
13
ATARI_BOOTOBJS := atari/bootstrap.o
14
HOSTCC += -b m68k-mint
15
endif
16
 
17
ifdef CONFIG_ATARI
18
atari_bootstrap: $(ATARI_BOOTOBJS)
19
        $(HOSTCC) $(HOSTFLAGS) -o $@ $(ATARI_BOOTOBJS)
20
        rm -f ../../../bootstrap
21
        ln $@ ../../../bootstrap
22
endif
23
 
24
ifdef CONFIG_AMIGA
25
amiga_bootstrap: $(AMIGA_BOOTOBJS)
26
        $(HOSTCC) $(HOSTFLAGS) -o $@ $(AMIGA_BOOTOBJS)
27
        rm -f ../../../bootstrap
28
        ln $@ ../../../bootstrap
29
endif
30
 
31
$(AMIGA_BOOTOBJS) $(ATARI_BOOTOBJS): %.o: %.c
32
        $(HOSTCC) $(HOSTFLAGS) -c $< -o $@
33
 
34
clean:
35
        rm -f *.o
36
 
37
dep:

powered by: WebSVN 2.1.0

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