diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-08-23 17:46:59 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-23 17:46:59 +0200 |
commit | 87ce786ae5f24e336195805a9fc7428a6f922478 (patch) | |
tree | 4e756c5b49dadcd4b9cf46a1a0e3593ccadfb291 /Documentation/vm/Makefile | |
parent | 8067794bec1cc5de1431102cf0a6a1c7ce75cd85 (diff) | |
parent | f1c5d30e1d79bbfb60eaf189db862d3cb2bcac92 (diff) | |
download | kernel-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/Makefile | 8 |
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) |