Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1804165c14be107e73e73622202146a6 > files > 1882

kernel-vserver-doc-3.10.40-0.vs2.3.6.8.1.mga4.noarch.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 := aliasing-test

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