https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c2f611e8ea4f4b3917772878f60110a76c3f715b authored by Jason Self on 06 January 2010, 23:07:54 UTC
Linux-libre 2.6.32.3-gnu1
Tip revision: c2f611e
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 := ifenslave

# Tell kbuild to always build the programs
always := $(hostprogs-y)
back to top