c583122c26
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
161 B
Makefile
8 lines
161 B
Makefile
#
|
|
# Makefile for Qemu specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y = q-firmware.o q-irq.o q-mem.o q-setup.o q-reset.o
|
|
|
|
obj-$(CONFIG_SMP) += q-smp.o
|