aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/misc-devices/mei/Makefile
blob: 00e8c3e836ff667c8e56fe1cbd946baeebb2f713 (plain) (blame)
1
2
3
4
5
6
7
8
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o

# 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)