Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0c319edfa405610b942251787e300586 > files > 2284

kernel-vserver-doc-3.14.23-0.vs2.3.6.13.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)