summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-09-25 17:13:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-27 10:28:57 +0200
commit53870e80489e5c9cf8688e0289176b87acec1976 (patch)
tree5652107d0e504fc147807e8c2012eb2521ab08a9
parenta7aea271647c71d509a4695060f220448a7fb65f (diff)
downloadptxdist-53870e80489e5c9cf8688e0289176b87acec1976.tar.gz
ptxdist-53870e80489e5c9cf8688e0289176b87acec1976.tar.xz
efivar: disable icecc
It uses the '-specs=...' gcc option. The referenced spec file is not available on the icecc clients, so building fails. Work around this by disabling icecc. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/efivar.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/efivar.make b/rules/efivar.make
index 105d5a902..992e9011b 100644
--- a/rules/efivar.make
+++ b/rules/efivar.make
@@ -30,7 +30,7 @@ EFIVAR_LICENSE := LGPL-2.1-only
# ----------------------------------------------------------------------------
EFIVAR_CONF_TOOL := NO
-EFIVAR_MAKE_ENV := $(CROSS_ENV)
+EFIVAR_MAKE_ENV := $(CROSS_ENV) PTXDIST_ICECC=
EFIVAR_INSTALL_OPT := libdir="/usr/lib/" install
# ----------------------------------------------------------------------------