Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > ed132ff62c42e5779bd79fdcbea90895 > files > 1903

kernel-vserver-doc-3.4.69-1.mga2.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-$(CONFIG_X86) := hpet_example

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