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, 0 insertions, 12 deletions
diff --git a/arch/m68k/68360/Makefile b/arch/m68k/68360/Makefile
deleted file mode 100644
index 591ce42df3de..000000000000
--- a/arch/m68k/68360/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# 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