mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 09:45:29 +07:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := testptp
|
||
|
|
||
|
# Tell kbuild to always build the programs
|
||
|
always := $(hostprogs-y)
|
||
|
|
||
|
HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
|
||
|
HOSTLOADLIBES_testptp := -lrt
|