]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - samples/hidraw/Makefile
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.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