Makefile 186 B

123456789
  1. #
  2. # Makefile for Qemu specific kernel interface routines under Linux.
  3. #
  4. obj-y = q-firmware.o q-irq.o q-mem.o q-setup.o q-reset.o
  5. obj-$(CONFIG_SMP) += q-smp.o
  6. EXTRA_CFLAGS += -Werror