Makefile 231 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. # List of programs to build
  3. hostprogs-y := hid-example
  4. # Tell kbuild to always build the programs
  5. always := $(hostprogs-y)
  6. HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
  7. all: hid-example