summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-barebox-make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-23 10:42:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-20 11:03:54 +0200
commit3e471b0b5a14cdd785c860087f27d08e8355a40d (patch)
tree3ad9adc7c1a8cf63db496b305af777515349646f /rules/templates/template-barebox-make
parent717e122dbeeded5cf80953cb7225da25ddd98891 (diff)
downloadptxdist-3e471b0b5a14cdd785c860087f27d08e8355a40d.tar.gz
ptxdist-3e471b0b5a14cdd785c860087f27d08e8355a40d.tar.xz
rules: implement & use ptx/in-platformconfigdir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-barebox-make')
-rw-r--r--rules/templates/template-barebox-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index 0195c30c2..f0b2b4a0a 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -21,7 +21,7 @@ BAREBOX_@PACKAGE@_MD5 :=
BAREBOX_@PACKAGE@ := barebox-$(BAREBOX_@PACKAGE@_VERSION)
BAREBOX_@PACKAGE@_SUFFIX := tar.bz2
BAREBOX_@PACKAGE@_DIR := $(BUILDDIR)/barebox-@package@-$(BAREBOX_@PACKAGE@_VERSION)
-BAREBOX_@PACKAGE@_CONFIG := $(PTXDIST_PLATFORMCONFIGDIR)/barebox-@package@.config.$(BAREBOX_@PACKAGE@_VERSION)
+BAREBOX_@PACKAGE@_CONFIG := $(call ptx/in-platformconfigdir, barebox-@package@.config.$(BAREBOX_@PACKAGE@_VERSION))
BAREBOX_@PACKAGE@_LICENSE := GPL-2.0
BAREBOX_@PACKAGE@_URL := $(call barebox-url, BAREBOX_@PACKAGE@)
BAREBOX_@PACKAGE@_SOURCE := $(SRCDIR)/$(BAREBOX_@PACKAGE@).$(BAREBOX_@PACKAGE@_SUFFIX)