summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.clean
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-06-23 12:07:01 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 12:18:04 +0200
commitcca129e716fef156831ee26a624d2d0a0550ba8c (patch)
treef305ae175806abd30065b1f7284ec9614169db9f /scripts/Makefile.clean
parentbc4840e98b94e4e78f76b761293d965edcfb094d (diff)
downloadbarebox-cca129e716fef156831ee26a624d2d0a0550ba8c.tar.gz
barebox-cca129e716fef156831ee26a624d2d0a0550ba8c.tar.xz
kbuild: add infrastructure to build userspace programs
Import Linux commit 7f3a59db274c3e3d884c785e363a054110f1c266 Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Makefile.clean')
-rw-r--r--scripts/Makefile.clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index 6e6c9ef7c6..97fd2ef48c 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -37,7 +37,7 @@ subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn))
__clean-files := $(extra-y) $(extra-m) $(extra-) \
$(always) $(always-y) $(always-m) $(always-) $(targets) $(clean-files) \
- $(hostprogs) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
+ $(hostprogs) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) $(userprogs)
# as clean-files is given relative to the current directory, this adds
# a $(obj) prefix, except for absolute paths