aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/68360/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/68360/Makefile')
-rw-r--r--arch/m68k/68360/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68k/68360/Makefile b/arch/m68k/68360/Makefile
new file mode 100644
index 000000000000..591ce42df3de
--- /dev/null
+++ b/arch/m68k/68360/Makefile
@@ -0,0 +1,12 @@
1#
2# Makefile for 68360 machines.
3#
4model-y := ram
5model-$(CONFIG_ROMKERNEL) := rom
6
7obj-y := config.o commproc.o entry.o ints.o
8
9extra-y := head.o
10
11$(obj)/head.o: $(obj)/head-$(model-y).o
12 ln -sf head-$(model-y).o $(obj)/head.o