Makefile 87 B

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