https://jxself.org/git/linux-libre.git
Raw File
Tip revision: baeae1cf65a101ab58bb2e4c1ab672d3b1f08049 authored by Jason Self on 06 February 2014, 19:08:40 UTC
Linux-libre 3.10.29-gnu
Tip revision: baeae1c
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