https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c473c02bc73b966ea7b7ba4cda477259fed2b61c authored by Jason Self on 26 May 2010, 21:27:30 UTC
Linux-libre 2.6.27.47-gnu1
Tip revision: c473c02
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 := cfag12864b-example

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

HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
back to top