https://github.com/torvalds/linux
Raw File
Tip revision: 6b7b284958d47b77d06745b36bc7f36dab769d9b authored by Linus Torvalds on 24 December 2009, 21:09:41 UTC
Linux 2.6.33-rc2
Tip revision: 6b7b284
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

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