X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=samples%2Fuhid%2FMakefile;h=5f44ea40d6d5e4591e69978a00d37513ea8bff3d;hb=f6c69b7f51456a914da11c4ad1b14eba933d36aa;hp=8c9bc9f98d37829036afee08ad191ce6871751ec;hpb=5825a95fe92566ada2292a65de030850b5cff1da;p=linux.git diff --git a/samples/uhid/Makefile b/samples/uhid/Makefile index 8c9bc9f98d37..5f44ea40d6d5 100644 --- a/samples/uhid/Makefile +++ b/samples/uhid/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-only # List of programs to build -hostprogs-y := uhid-example +hostprogs := uhid-example # Tell kbuild to always build the programs -always := $(hostprogs-y) +always-y := $(hostprogs) HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include