mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
dde96ca8b3
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
186 B
Makefile
10 lines
186 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
|
|
|
|
EXTRA_CFLAGS += -Werror
|