https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 95f96522cc2530a328b26d17b9b504ad57502530 authored by Jason Self on 02 April 2009, 20:55:27 UTC
Linux-libre 2.6.29.1-gnu1
Tip revision: 95f9652
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