c1449c8fa4
SMP bits needed to builds and run an SMP kernel. While only a single processor is supported ATM it's still useful for some SMP debugging using Qemu. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
159 B
Makefile
8 lines
159 B
Makefile
#
|
|
# Makefile for Qemu specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y = q-firmware.o q-int.o q-irq.o q-mem.o q-setup.o
|
|
|
|
obj-$(CONFIG_SMP) += q-smp.o
|