]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/oprofile/Makefile
Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linus
[karo-tx-linux.git] / arch / arm / oprofile / Makefile
index 6a94e54848fd7a965294c1be8fc72e350878aaee..88e31f549f50538a5af2af92df76935bf878cf25 100644 (file)
@@ -8,4 +8,7 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
 
 oprofile-y                             := $(DRIVER_OBJS) common.o backtrace.o
 oprofile-$(CONFIG_CPU_XSCALE)          += op_model_xscale.o
-
+oprofile-$(CONFIG_OPROFILE_ARM11_CORE) += op_model_arm11_core.o
+oprofile-$(CONFIG_OPROFILE_ARMV6)      += op_model_v6.o
+oprofile-$(CONFIG_OPROFILE_MPCORE)     += op_model_mpcore.o
+oprofile-$(CONFIG_OPROFILE_ARMV7)      += op_model_v7.o