blob: 5bd269b3731af3e1e92a19e66e274b92172417fa [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
Andrew Morton0bd8df92009-06-16 22:38:29 -07005hostprogs-y := slabinfo page-types
Randy Dunlap3794f3e2008-08-12 15:09:06 -07006
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)