Files
linux-apfs/samples/hidraw/Makefile
T

11 lines
270 B
Makefile
Raw Normal View History

2011-03-19 20:29:44 -04:00
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o
# List of programs to build
hostprogs-y := hid-example
# Tell kbuild to always build the programs
always := $(hostprogs-y)
2011-04-21 11:10:42 +02:00
HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include