Makefile 112 B

12345
  1. obj-y += interrupt.o \
  2. beat.o
  3. obj-$(CONFIG_SMP) += smp.o
  4. obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o