summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68328/Makefile
diff options
context:
space:
mode:
authorLuis Alves2012-12-05 00:04:49 +0100
committerGreg Ungerer2012-12-05 01:48:47 +0100
commit99e083747df366eb4689a550c4344bae63082de8 (patch)
treeb043ac0eecbbb27dddc72605cfd560c7cae2b019 /arch/m68k/platform/68328/Makefile
parentLinux 3.7-rc8 (diff)
downloadkernel-qcow2-linux-99e083747df366eb4689a550c4344bae63082de8.tar.gz
kernel-qcow2-linux-99e083747df366eb4689a550c4344bae63082de8.tar.xz
kernel-qcow2-linux-99e083747df366eb4689a550c4344bae63082de8.zip
m68knommu: platform code merge for 68000 core cpus
This patch merges all 68000 core cpus into one directory. There is a lot of common code in the 68328, 68EZ328 and 68VZ328 directories. This will also facilitate easy development of support for original stand alone MC68000 CPU machines. Signed-off-by: Luis Alves <ljalvs@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/68328/Makefile')
-rw-r--r--arch/m68k/platform/68328/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/m68k/platform/68328/Makefile b/arch/m68k/platform/68328/Makefile
deleted file mode 100644
index ee61bf84d4a0..000000000000
--- a/arch/m68k/platform/68328/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Makefile for arch/m68knommu/platform/68328.
-#
-
-model-y := ram
-model-$(CONFIG_ROMKERNEL) := rom
-
-head-y = head-$(model-y).o
-head-$(CONFIG_PILOT) = head-pilot.o
-head-$(CONFIG_DRAGEN2) = head-de2.o
-
-obj-y += entry.o ints.o timers.o
-obj-$(CONFIG_M68328) += config.o
-obj-$(CONFIG_ROM) += romvec.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)