summaryrefslogtreecommitdiffstats
path: root/rules/barebox.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-06 23:26:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-07 18:28:40 +0200
commitcd920ab716bab0c190666e0273c10b19c7cdaeec (patch)
tree1cb9c0ef6eeb3ac6238ef833a1a9a399ac5cd17a /rules/barebox.make
parentb30e52390ff63e2352757cd805cabbfcd65aacec (diff)
downloadptxdist-cd920ab716bab0c190666e0273c10b19c7cdaeec.tar.gz
ptxdist-cd920ab716bab0c190666e0273c10b19c7cdaeec.tar.xz
barebox/kernel: drop explicit dependency
This is now autogenerated by ptxd_lib_dgen. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/barebox.make')
-rw-r--r--rules/barebox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox.make b/rules/barebox.make
index be0a764fc..a6ec3c394 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -75,7 +75,7 @@ BAREBOX_EXTRA_ENV_DEPS := \
$(STATEDIR)/barebox.prepare: $(BAREBOX_EXTRA_ENV_DEPS)
endif
-$(STATEDIR)/barebox.prepare: $(BAREBOX_CONFIG)
+$(STATEDIR)/barebox.prepare:
@$(call targetinfo)
@$(call world/kconfig-setup, BAREBOX)