| Kernel v2.6.25-rc7 /samples/Makefile |
|---|
 2.6.25-rc7
 samples
 Makefile
diff --git a/samples/Makefile b/samples/Makefile
index 5a4f0b6..2e02575 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -1,3 +1,3 @@
# Makefile for Linux samples code
-obj-$(CONFIG_SAMPLES) += markers/
+obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/
|