Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5c5f5d8b4db4da16f0801d2a38136f85 > files > 1217

kernel-doc-2.6.27.29-0.uc1mnb2.i586.rpm

# 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

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