https://github.com/torvalds/linux
Raw File
Tip revision: 3561d43fd289f590fdae672e5eb831b8d5cf0bf6 authored by Linus Torvalds on 21 November 2010, 23:18:56 UTC
Linux 2.6.37-rc3
Tip revision: 3561d43
Makefile
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o

# List of programs to build
hostprogs-y := slabinfo page-types hugepage-mmap hugepage-shm map_hugetlb

# Tell kbuild to always build the programs
always := $(hostprogs-y)
back to top