| Randy Dunlap | 3794f3e | 2008-08-12 15:09:06 -0700 | [diff] [blame] | 1 | # kbuild trick to avoid linker error. Can be omitted if a module is built. |
| 2 | obj- := dummy.o | ||||
| 3 | |||||
| 4 | # List of programs to build | ||||
| Andrew Morton | 0bd8df9 | 2009-06-16 22:38:29 -0700 | [diff] [blame] | 5 | hostprogs-y := slabinfo page-types |
| Randy Dunlap | 3794f3e | 2008-08-12 15:09:06 -0700 | [diff] [blame] | 6 | |
| 7 | # Tell kbuild to always build the programs | ||||
| 8 | always := $(hostprogs-y) | ||||