diff options
Diffstat (limited to 'arch/m68k/68360/Makefile')
-rw-r--r-- | arch/m68k/68360/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68k/68360/Makefile b/arch/m68k/68360/Makefile new file mode 100644 index 000000000..591ce42df --- /dev/null +++ b/arch/m68k/68360/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for 68360 machines. +# +model-y := ram +model-$(CONFIG_ROMKERNEL) := rom + +obj-y := config.o commproc.o entry.o ints.o + +extra-y := head.o + +$(obj)/head.o: $(obj)/head-$(model-y).o + ln -sf head-$(model-y).o $(obj)/head.o |