blob: 73f75f8a87dc099f0e788aeb353eb9c3eae50f12 [file] [log] [blame]
Randy Dunlape6186302010-03-10 15:21:56 -08001# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
3
4# List of programs to build
Randy Dunlap0a6531e2010-06-01 09:55:07 -07005hostprogs-$(CONFIG_X86) := hpet_example
Randy Dunlape6186302010-03-10 15:21:56 -08006
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)