mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-16 19:34:03 +00:00
9 lines
186 B
Makefile
9 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
|