openrex-linux-3.14/Documentation/laptops/Makefile

9 lines
209 B
Makefile
Raw Permalink Normal View History

2016-03-04 16:09:26 +01:00
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o
# List of programs to build
hostprogs-y := dslm
# Tell kbuild to always build the programs
always := $(hostprogs-y)