mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 15:40:53 +07: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
|