mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00: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
|