Makefile 101 B

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