Makefile 305 B

12345678910111213
  1. #
  2. # arch/blackfin/oprofile/Makefile
  3. #
  4. obj-$(CONFIG_OPROFILE) += oprofile.o
  5. DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \
  6. oprof.o cpu_buffer.o buffer_sync.o \
  7. event_buffer.o oprofile_files.o \
  8. oprofilefs.o oprofile_stats.o \
  9. timer_int.o )
  10. oprofile-y := $(DRIVER_OBJS) bfin_oprofile.o