summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-13 20:26:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-13 20:26:11 +0200
commitcf088d5dbb077a1f689cfed907d48cbdbe487dc7 (patch)
treec6a7eb58d14dde8d2ab661192470aa679c561e49 /mk
parent10c29e275282911821b228f3898c18cef69dfcff (diff)
fix oprofile package
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 23f76df11..a4fbc734a 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1530,3 +1530,10 @@ $(eval $(call KMOD_template,PARPORT,parport,\
$(eval $(call KMOD_template,PLIP,plip,\
$(MODULES_DIR)/kernel/drivers/net/plip \
,51))
+
+#
+# Profiling
+#
+$(eval $(call KMOD_template,OPROFILE,oprofile,\
+ $(MODULES_DIR)/kernel/arch/x86/oprofile/oprofile \
+,10))