]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - samples/hidraw/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / samples / hidraw / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c54ea491
AO
2# kbuild trick to avoid linker error. Can be omitted if a module is built.
3obj- := dummy.o
4
5# List of programs to build
6hostprogs-y := hid-example
7
8# Tell kbuild to always build the programs
9always := $(hostprogs-y)
d431b2e3
RD
10
11HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
04303f8e
PM
12
13all: hid-example