mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
adb19fb66e
Add a bunch of previously unbuilt source files to the Documentation build machinery. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# List of programs to build
|
|
hostprogs-y := vrl4
|
|
|
|
# Tell kbuild to always build the programs
|
|
always := $(hostprogs-y)
|
|
|
|
HOSTCFLAGS_vrl4.o += -I$(objtree)/usr/include
|