Blame view

samples/hidraw/Makefile 288 Bytes
c54ea4918   Alan Ott   HID: Documentatio...
1
2
3
4
5
6
7
8
  # 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)
d431b2e33   Randy Dunlap   HID: hid-example:...
9
10
  
  HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
04303f8ec   Pavel Machek   HID: samples/hidr...
11
12
  
  all: hid-example