aboutsummaryrefslogtreecommitdiff
path: root/Documentation/vm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/vm/Makefile')
-rw-r--r--Documentation/vm/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
deleted file mode 100644
index e538864bfc63..000000000000
--- a/Documentation/vm/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# kbuild trick to avoid linker error. Can be omitted if a module is built.
-obj- := dummy.o
-
-# List of programs to build
-hostprogs-y := hugepage-mmap hugepage-shm map_hugetlb
-
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)