Randy Dunlap | d49129a | 2010-03-10 15:21:56 -0800 | [diff] [blame] | 1 | # List of programs to build |
Peter Foley | adb19fb | 2014-09-25 11:23:09 -0700 | [diff] [blame] | 2 | hostprogs-y := dslm freefall |
Randy Dunlap | d49129a | 2010-03-10 15:21:56 -0800 | [diff] [blame] | 3 | |
4 | # Tell kbuild to always build the programs | ||||
5 | always := $(hostprogs-y) |