Merge tag 'linux-kselftest-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6/btrfs-unstable.git] / samples / hidraw / Makefile
blobdec1b22adf54afff9651f92eddb65a9aaa1e4d76
1 # SPDX-License-Identifier: GPL-2.0
2 # List of programs to build
3 hostprogs-y := hid-example
5 # Tell kbuild to always build the programs
6 always := $(hostprogs-y)
8 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
10 all: hid-example