diff options
-rw-r--r-- | Documentation/prctl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/prctl/Makefile b/Documentation/prctl/Makefile index 2948b7b124b9..44de3080c7f2 100644 --- a/Documentation/prctl/Makefile +++ b/Documentation/prctl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | ifndef CROSS_COMPILE | ||
1 | # List of programs to build | 2 | # List of programs to build |
2 | hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test | 3 | hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test |
3 | # Tell kbuild to always build the programs | 4 | # Tell kbuild to always build the programs |
@@ -6,3 +7,4 @@ always := $(hostprogs-y) | |||
6 | HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include | 7 | HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include |
7 | HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include | 8 | HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include |
8 | HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include | 9 | HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include |
10 | endif | ||