Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-block.git] / samples / hidraw / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c54ea491
AO
2# List of programs to build
3hostprogs-y := hid-example
4
5# Tell kbuild to always build the programs
6always := $(hostprogs-y)
d431b2e3
RD
7
8HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
04303f8e
PM
9
10all: hid-example