diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-21 22:02:10 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-29 09:18:35 +1000 |
commit | 3ba885f524b9cca1f0975e7bf00eddb275407b74 (patch) | |
tree | 3d3f52f95826a46b28050ce815652e910b0b28b0 /arch/m68k/platform/68360/Makefile | |
parent | 18cb3faf6fc72ccfc2965aeec9e04fa7b0047c4c (diff) | |
download | op-kernel-dev-3ba885f524b9cca1f0975e7bf00eddb275407b74.zip op-kernel-dev-3ba885f524b9cca1f0975e7bf00eddb275407b74.tar.gz |
m68k: move non-mmu 68360 platform code
The non-mmu 68360 specific code is inconsistently placed under a directory
named "platform". Move it to arch/m68k/ along with the other platform and
board directories.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/platform/68360/Makefile')
-rw-r--r-- | arch/m68k/platform/68360/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/platform/68360/Makefile b/arch/m68k/platform/68360/Makefile deleted file mode 100644 index f6f4343..0000000 --- a/arch/m68k/platform/68360/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for arch/m68knommu/platform/68360. -# -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 |