https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 93508095627a120c5500f6070949572a709fd34f authored by Jason Self on 12 December 2013, 06:38:12 UTC
Linux-libre 3.12.5-gnu
Tip revision: 9350809
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 := hid-example

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

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