summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-07-24 15:02:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-03 21:57:02 +0200
commit87d5b18589a45ab3c82041b5d8f2015b7eb0aa5c (patch)
tree9df17597a3219aefd18170c6b1cb41f7cd43a682
parentb550c0d4eea7aca5453d3ead7247557b0c96a014 (diff)
downloadptxdist-87d5b18589a45ab3c82041b5d8f2015b7eb0aa5c.tar.gz
ptxdist-87d5b18589a45ab3c82041b5d8f2015b7eb0aa5c.tar.xz
nss: bring headers in order
Apparently the header for the compile stage variables got lost. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200724130238.6287-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/nss.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/nss.make b/rules/nss.make
index e71837e8e..9364755f6 100644
--- a/rules/nss.make
+++ b/rules/nss.make
@@ -25,12 +25,17 @@ NSS_SUBDIR := nss
NSS_LICENSE := MPL-2.0
NSS_LICENSE_FILES := \
file://$(NSS_SUBDIR)/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18
+
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
NSS_CONF_TOOL := NO
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
NSS_ARCH := $(call remove_quotes,$(PTXCONF_ARCH_STRING))
ifdef PTXCONF_ARCH_ARM64
NSS_ARCH := aarch64