Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[linux-block.git] / samples / hidraw / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c54ea491 2# List of programs to build
5f2fb52f
MY
3hostprogs := hid-example
4always-y := $(hostprogs)
d431b2e3
RD
5
6HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
04303f8e
PM
7
8all: hid-example