Randy Dunlap | e618630 | 2010-03-10 15:21:56 -0800 | [diff] [blame] | 1 | # List of programs to build |
Randy Dunlap | 0a6531e | 2010-06-01 09:55:07 -0700 | [diff] [blame] | 2 | hostprogs-$(CONFIG_X86) := hpet_example |
Randy Dunlap | e618630 | 2010-03-10 15:21:56 -0800 | [diff] [blame] | 3 | |
4 | # Tell kbuild to always build the programs | ||||
5 | always := $(hostprogs-y) |