https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7ba586a33a1656f8b036964a1e8dc3fef62b30ce authored by Jason Self on 11 January 2013, 17:04:13 UTC
Linux-libre 3.0.58-gnu1
Tip revision: 7ba586a
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