Makefile (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | Makefile (5f2fb52fac15a8a8e10ce020dd532504a8abfc4e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# List of programs to build | 1# SPDX-License-Identifier: GPL-2.0 2# List of programs to build |
3hostprogs-y := hid-example | 3hostprogs := hid-example 4always-y := $(hostprogs) |
4 | 5 |
5# Tell kbuild to always build the programs 6always := $(hostprogs-y) 7 | |
8HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include 9 10all: hid-example | 6HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include 7 8all: hid-example |