summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--rules/barebox.make2
-rw-r--r--rules/kernel.make2
-rw-r--r--rules/templates/template-barebox-make2
-rw-r--r--rules/templates/template-kernel-make2
4 files changed, 4 insertions, 4 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)
diff --git a/rules/kernel.make b/rules/kernel.make
index bdae6e42c..29a553c35 100644
--- a/rules/kernel.make
+++ b/rules/kernel.make
@@ -105,7 +105,7 @@ endif
#
KERNEL_INITRAMFS_SOURCE_$(PTXCONF_IMAGE_KERNEL_INITRAMFS) += $(STATEDIR)/empty.cpio
-$(STATEDIR)/kernel.prepare: $(KERNEL_CONFIG)
+$(STATEDIR)/kernel.prepare:
@$(call targetinfo)
@$(call world/kconfig-setup, KERNEL)
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index f0b2b4a0a..e3cb2b6a1 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -60,7 +60,7 @@ $(BAREBOX_@PACKAGE@_CONFIG):
@exit 1
endif
-$(STATEDIR)/barebox-@package@.prepare: $(BAREBOX_@PACKAGE@_CONFIG)
+$(STATEDIR)/barebox-@package@.prepare:
# ----------------------------------------------------------------------------
# Install
diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
index 390cf6cbf..11095efc6 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -57,7 +57,7 @@ $(KERNEL_@PACKAGE@_CONFIG):
@exit 1
endif
-$(STATEDIR)/kernel-@package@.prepare: $(KERNEL_@PACKAGE@_CONFIG)
+$(STATEDIR)/kernel-@package@.prepare:
# ----------------------------------------------------------------------------
# Compile