X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=samples%2Fpidfd%2FMakefile;h=ee2979849d926dc23c5a87979b70204bf17120e3;hb=776e49e8ddb5169e6477fd33a396e9c7b2eb7400;hp=0ff97784177a17c01468609026a010358b40cef2;hpb=86766756ac2b10ad23849becdc245ea903466616;p=linux.git diff --git a/samples/pidfd/Makefile b/samples/pidfd/Makefile index 0ff97784177a..ee2979849d92 100644 --- a/samples/pidfd/Makefile +++ b/samples/pidfd/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 -hostprogs-y := pidfd-metadata -always := $(hostprogs-y) +hostprogs := pidfd-metadata +always-y := $(hostprogs) HOSTCFLAGS_pidfd-metadata.o += -I$(objtree)/usr/include all: pidfd-metadata