summaryrefslogtreecommitdiffstats
path: root/Documentation/vm/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-23 17:46:59 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-23 17:46:59 +0200
commit87ce786ae5f24e336195805a9fc7428a6f922478 (patch)
tree4e756c5b49dadcd4b9cf46a1a0e3593ccadfb291 /Documentation/vm/Makefile
parent8067794bec1cc5de1431102cf0a6a1c7ce75cd85 (diff)
parentf1c5d30e1d79bbfb60eaf189db862d3cb2bcac92 (diff)
downloadkernel-crypto-87ce786ae5f24e336195805a9fc7428a6f922478.tar.gz
kernel-crypto-87ce786ae5f24e336195805a9fc7428a6f922478.tar.xz
kernel-crypto-87ce786ae5f24e336195805a9fc7428a6f922478.zip
Merge branch 'x86/cpu' into x86/x2apic
Diffstat (limited to 'Documentation/vm/Makefile')
-rw-r--r--Documentation/vm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
new file mode 100644
index 00000000000..6f562f778b2
--- /dev/null
+++ b/Documentation/vm/Makefile
@@ -0,0 +1,8 @@
+# kbuild trick to avoid linker error. Can be omitted if a module is built.
+obj- := dummy.o
+
+# List of programs to build
+hostprogs-y := slabinfo
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)