Makefile (58e16d792a6a8c6b750f637a4649967fcac853dc) | Makefile (5f2fb52fac15a8a8e10ce020dd532504a8abfc4e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# List of programs to build | 1# SPDX-License-Identifier: GPL-2.0-only 2# List of programs to build |
3hostprogs-y := uhid-example | 3hostprogs := uhid-example |
4 5# Tell kbuild to always build the programs | 4 5# Tell kbuild to always build the programs |
6always := $(hostprogs-y) | 6always-y := $(hostprogs) |
7 8HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include | 7 8HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include |