https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dca4579c9f11eb4ff10426c06021a908a2904aae authored by Jason Self on 08 December 2009, 19:14:06 UTC
Linux-libre 2.6.31.7-gnu1
Tip revision: dca4579
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