mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-25 19:49:24 +07:00
8 lines
174 B
Makefile
8 lines
174 B
Makefile
![]() |
# List of programs to build
|
||
|
hostprogs := watch_test
|
||
|
|
||
|
# Tell kbuild to always build the programs
|
||
|
always-y := $(hostprogs)
|
||
|
|
||
|
HOSTCFLAGS_watch_test.o += -I$(objtree)/usr/include
|