mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
# 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
|