summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-08-18 19:55:16 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-19 08:51:49 +0200
commit81ffbd447fc677b3264b311cf6658a6958c5df7a (patch)
tree2646afff8d57f42fb5bd781112bffb299928625e /scripts
parent8551ec67beac6ae3f052a75ced33e7a4fba86cdd (diff)
downloadbarebox-81ffbd447fc677b3264b311cf6658a6958c5df7a.tar.gz
barebox-81ffbd447fc677b3264b311cf6658a6958c5df7a.tar.xz
scripts: remove redundant setupmbr addition to subdir-
This has already been added to subdir-$(CONFIG_X86) a few lines above. 'make mrproper' correctly descends into scripts/setupmbr/. Remove the redundant addition. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 75e68822d1..238460fe2e 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -52,4 +52,4 @@ subdir-$(CONFIG_DTC) += dtc
subdir-$(CONFIG_ARCH_TEGRA) += tegra
# Let clean descend into subdirs
-subdir- += basic kconfig setupmbr
+subdir- += basic kconfig