https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e8b3f1573fa3789552890e2fa28e7b2c2cb8856e authored by Jason Self on 18 September 2015, 07:27:22 UTC
Linux-libre 3.12.48-gnu
Tip revision: e8b3f15
Makefile
# 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)
back to top