summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer2016-09-05 07:23:50 +0200
committerGreg Ungerer2016-09-26 04:02:59 +0200
commitaa5ac789bd96c7a6628a8167de562fa660f1f481 (patch)
tree3cba478fe5cc7c0eec6154dda3d37e7aa7bf77c7 /arch/m68k/kernel/Makefile
parentm68k: don't panic if no hardware FPU defined (diff)
downloadkernel-qcow2-linux-aa5ac789bd96c7a6628a8167de562fa660f1f481.tar.gz
kernel-qcow2-linux-aa5ac789bd96c7a6628a8167de562fa660f1f481.tar.xz
kernel-qcow2-linux-aa5ac789bd96c7a6628a8167de562fa660f1f481.zip
m68k: generalize uboot command line support
The uboot command line support needs to be used by both MMU and no-MMU setups, but currently we only have the code in the no-MMU code paths. Move the uboot command line processing code into its own file. Add appropriate calls to it from both the MMU and no-MMU arch setup code. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/Makefile')
-rw-r--r--arch/m68k/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/Makefile b/arch/m68k/kernel/Makefile
index e47778f8588d..8a1c4d3f91c8 100644
--- a/arch/m68k/kernel/Makefile
+++ b/arch/m68k/kernel/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_HAS_DMA) += dma.o
obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
obj-$(CONFIG_BOOTINFO_PROC) += bootinfo_proc.o
+obj-$(CONFIG_UBOOT) += uboot.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o