blob: 00e8c3e836ff667c8e56fe1cbd946baeebb2f713 [file] [log] [blame]
Tomas Winkler5a449882012-05-09 16:39:00 +03001# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
3
4# List of programs to build
5hostprogs-y := mei-amt-version
6HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)