https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d0613269b4105e7592317c665f1c4d16129fe13c authored by Jason Self on 13 February 2009, 01:23:43 UTC
Linux-libre 2.6.27.17-gnu1
Tip revision: d061326
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