Makefile 85 B

12345
  1. obj-y := setup.o irq.o time.o
  2. obj-$(CONFIG_SMP) += smp.o
  3. EXTRA_CFLAGS += -Werror