mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 02:24:57 +08:00
6 lines
184 B
Makefile
6 lines
184 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := mei-amt-version
|
||
|
HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
|
||
|
# Tell kbuild to always build the programs
|
||
|
always := $(hostprogs-y)
|