https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a446c975c6b0549696a72bff42ee9165eea89195 authored by Jason Self on 17 August 2009, 15:16:48 UTC
Linux-libre 2.6.27.31-gnu1
Tip revision: a446c97
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