mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 00:17:44 +00:00
9 lines
395 B
Makefile
9 lines
395 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := 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
|