xref: /linux/samples/hidraw/Makefile (revision c54ea4918c2b7722d7242ea53271356501988a9b)
1*c54ea491SAlan Ott# kbuild trick to avoid linker error. Can be omitted if a module is built.
2*c54ea491SAlan Ottobj- := dummy.o
3*c54ea491SAlan Ott
4*c54ea491SAlan Ott# List of programs to build
5*c54ea491SAlan Otthostprogs-y := hid-example
6*c54ea491SAlan Ott
7*c54ea491SAlan Ott# Tell kbuild to always build the programs
8*c54ea491SAlan Ottalways := $(hostprogs-y)
9