i2c: qcom-geni: Provide support for ACPI
[linux/fpc-iii.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