2015-06-21 01:22:20 +00:00
|
|
|
ifndef CROSS_COMPILE
|
2014-09-25 18:23:09 +00:00
|
|
|
# List of programs to build
|
2014-10-28 00:03:59 +00:00
|
|
|
hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
|
2014-09-25 18:23:09 +00:00
|
|
|
# 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
|
2015-06-21 01:22:20 +00:00
|
|
|
endif
|