Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / prctl / Makefile
diff --git a/kernel/Documentation/prctl/Makefile b/kernel/Documentation/prctl/Makefile
new file mode 100644 (file)
index 0000000..2948b7b
--- /dev/null
@@ -0,0 +1,8 @@
+# List of programs to build
+hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)
+
+HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include
+HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include
+HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include