https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 84c18966c87629ce365864697a844caba376091a authored by Jason Self on 03 June 2011, 01:35:26 UTC
Linux-libre 2.6.38.8-gnu1
Tip revision: 84c1896
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