diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-18 21:39:09 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-28 19:18:34 -0400 |
commit | f86b9e03837beafb4b48d53a76ee4b88559226de (patch) | |
tree | 53a673c3719aec83c6c55c265ed6e6433d6550ca /arch/m68k/Makefile | |
parent | fe82dcec644244676d55a1384c958d5f67979adb (diff) |
m68k: move coldfire platform code
Move the m68k ColdFire platform support code directory to be with the
existing m68k platforms. Although the ColdFire is not a platform as such,
we have always kept all its support together. No reason to change that
as this time.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Makefile')
-rw-r--r-- | arch/m68k/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 7f7830f2c5bc..2e2477591fdf 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile | |||
@@ -94,7 +94,7 @@ head-y := arch/m68k/kernel/head.o | |||
94 | head-$(CONFIG_SUN3) := arch/m68k/kernel/sun3-head.o | 94 | head-$(CONFIG_SUN3) := arch/m68k/kernel/sun3-head.o |
95 | head-$(CONFIG_M68360) := arch/m68k/platform/68360/head.o | 95 | head-$(CONFIG_M68360) := arch/m68k/platform/68360/head.o |
96 | head-$(CONFIG_M68000) := arch/m68k/platform/68000/head.o | 96 | head-$(CONFIG_M68000) := arch/m68k/platform/68000/head.o |
97 | head-$(CONFIG_COLDFIRE) := arch/m68k/platform/coldfire/head.o | 97 | head-$(CONFIG_COLDFIRE) := arch/m68k/coldfire/head.o |
98 | 98 | ||
99 | core-y += arch/m68k/kernel/ arch/m68k/mm/ | 99 | core-y += arch/m68k/kernel/ arch/m68k/mm/ |
100 | libs-y += arch/m68k/lib/ | 100 | libs-y += arch/m68k/lib/ |
@@ -116,7 +116,7 @@ core-$(CONFIG_M68060) += arch/m68k/ifpsp060/ | |||
116 | core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ | 116 | core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ |
117 | core-$(CONFIG_M68360) += arch/m68k/platform/68360/ | 117 | core-$(CONFIG_M68360) += arch/m68k/platform/68360/ |
118 | core-$(CONFIG_M68000) += arch/m68k/platform/68000/ | 118 | core-$(CONFIG_M68000) += arch/m68k/platform/68000/ |
119 | core-$(CONFIG_COLDFIRE) += arch/m68k/platform/coldfire/ | 119 | core-$(CONFIG_COLDFIRE) += arch/m68k/coldfire/ |
120 | 120 | ||
121 | 121 | ||
122 | all: zImage | 122 | all: zImage |