https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c28b92db5a60b319f40740e4d0c885660ff839d0 authored by Jason Self on 15 April 2011, 21:00:17 UTC
Linux-libre 2.6.33.11-gnu1
Tip revision: c28b92d
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