URL
https://opencores.org/ocsvn/ao68000/ao68000/trunk
Subversion Repositories ao68000
[/] [ao68000/] [trunk/] [tests/] [soc_for_linux_on_terasic_de2_70/] [software/] [linux-2.6.33.1-ao68000/] [arch/] [m68knommu/] [platform/] [ao68000/] [Makefile] - Rev 12
Compare with Previous | Blame | View Log
#
# Makefile for arch/m68knommu/platform/ao68000.
#
head-y = head-$(MODEL).o
obj-y += entry.o ints.o
#timers.o
obj-$(CONFIG_AO68000) += config.o
extra-y := head.o
$(obj)/head.o: $(obj)/$(head-y)
ln -sf $(head-y) $(obj)/head.o
clean-files := $(obj)/head.o $(head-y)