forked from Minki/linux
571886b2a5
The core initialization and reset vector setup needs to be done even when booting uniprocessor. Move this code from smp.c to setup.c Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5428/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
6 lines
147 B
Makefile
6 lines
147 B
Makefile
obj-y += irq.o time.o
|
|
obj-y += nlm-dma.o
|
|
obj-y += reset.o
|
|
obj-$(CONFIG_SMP) += smp.o smpboot.o
|
|
obj-$(CONFIG_EARLY_PRINTK) += earlycons.o
|