blob: 44de3080c7f2ef2acab824755b97e27aca20982c [file] [log] [blame]
Paul Gortmakerf59514b2015-06-20 21:22:20 -04001ifndef CROSS_COMPILE
Peter Foleyadb19fb2014-09-25 11:23:09 -07002# List of programs to build
Alexander Graf371aedb2014-10-28 01:03:59 +01003hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
Peter Foleyadb19fb2014-09-25 11:23:09 -07004# Tell kbuild to always build the programs
5always := $(hostprogs-y)
6
7HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include
8HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include
9HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include
Paul Gortmakerf59514b2015-06-20 21:22:20 -040010endif