https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0b0e464615e518e0cc6e9ecb140631847a3a5dab authored by Jason Self on 20 June 2016, 07:50:39 UTC
Linux-libre 3.12.61-gnu
Tip revision: 0b0e464
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