Merge tag 'arm-soc-imx-move' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / arch / sh / oprofile / Makefile
CommitLineData
1da177e4
LT
1obj-$(CONFIG_OPROFILE) += oprofile.o
2
2e4f17d2
PM
3CFLAGS_common.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
4
1da177e4
LT
5DRIVER_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
86c8c047
MF
11ifeq ($(CONFIG_HW_PERF_EVENTS),y)
12DRIVER_OBJS += $(addprefix ../../../drivers/oprofile/, oprofile_perf.o)
13endif
14
60a51fbe 15oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
This page took 0.545398 seconds and 5 git commands to generate.