8 lines
192 B
Makefile
Executable File
8 lines
192 B
Makefile
Executable File
# List of programs to build
|
|
hostprogs-y := cfag12864b-example
|
|
|
|
# Tell kbuild to always build the programs
|
|
always := $(hostprogs-y)
|
|
|
|
HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
|