mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-17 17:26:22 +00:00

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
|