1c54ea491SAlan Ott# kbuild trick to avoid linker error. Can be omitted if a module is built. 2c54ea491SAlan Ottobj- := dummy.o 3c54ea491SAlan Ott 4c54ea491SAlan Ott# List of programs to build 5c54ea491SAlan Otthostprogs-y := hid-example 6c54ea491SAlan Ott 7c54ea491SAlan Ott# Tell kbuild to always build the programs 8c54ea491SAlan Ottalways := $(hostprogs-y) 9*d431b2e3SRandy Dunlap 10*d431b2e3SRandy DunlapHOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include 11