https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5beed0bb33773d783513619bec1005c492bb29f2 authored by Jason Self on 22 June 2015, 23:56:33 UTC
Linux-libre 3.10.81-gnu
Tip revision: 5beed0b
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