blob: 9dcff328b964b1889293518a064031bb73930ab3 [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
Randy Dunlap70bace82010-03-10 15:21:58 -08005hostprogs-y := slabinfo page-types hugepage-mmap hugepage-shm map_hugetlb
Randy Dunlap3794f3e2008-08-12 15:09:06 -07006
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)