summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 14:21:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 16:50:40 +0100
commit6f18951323894560aee5cab2a18c686215d19576 (patch)
treeecceffa8085e1526a39bdad00542e269fd073a1e
parent189159b2c34bdebb33941a0ae435731b18612447 (diff)
downloadptxdist-6f18951323894560aee5cab2a18c686215d19576.tar.gz
ptxdist-6f18951323894560aee5cab2a18c686215d19576.tar.xz
barebox_mlo: remove unnecessary dependency
This is already handled implicitly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/barebox_mlo.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/barebox_mlo.make b/rules/barebox_mlo.make
index e7ddc4f07..c143ab7f2 100644
--- a/rules/barebox_mlo.make
+++ b/rules/barebox_mlo.make
@@ -55,8 +55,6 @@ $(BAREBOX_MLO_CONFIG):
@exit 1
endif
-$(STATEDIR)/barebox_mlo.prepare: $(BAREBOX_MLO_CONFIG)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------