blob: 27479d43a9b06c53a7070d5bab1d33bb66c54caf [file] [log] [blame]
Randy Dunlap3794f3e2008-08-12 15:09:06 -07001# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
3
4# List of programs to build
Wu Fengguang35efa5e2009-06-16 15:32:27 -07005hostprogs-y := slabinfo slqbinfo page-types
Randy Dunlap3794f3e2008-08-12 15:09:06 -07006
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)