summaryrefslogtreecommitdiffstats
path: root/rules/canutils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-04-12 14:23:00 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-04-12 14:23:51 +0200
commit6469d5f3960ee673a093cf3481c0f2ecf40decaf (patch)
tree5d7e3ae11fc4ac8190dd0a97483dd02aa826eab5 /rules/canutils.make
parent126b7f2c3314b687c33c3306aa5180ad96fb8515 (diff)
downloadptxdist-6469d5f3960ee673a093cf3481c0f2ecf40decaf.tar.gz
ptxdist-6469d5f3960ee673a093cf3481c0f2ecf40decaf.tar.xz
[canutils] fix passing of CPPFLAGS
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/canutils.make')
-rw-r--r--rules/canutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/canutils.make b/rules/canutils.make
index 479607ed1..b733afc64 100644
--- a/rules/canutils.make
+++ b/rules/canutils.make
@@ -39,7 +39,7 @@ $(CANUTILS_SOURCE):
CANUTILS_CONF_ENV := $(CROSS_ENV)
ifdef PTXCONF_CANUTILS_BSP_KERNEL
-CANUTILS_CONF_ENV += CPPFLAGS="-I${KERNEL_HEADERS_INCLUDE_DIR} $${CPPFLAGS}"
+CANUTILS_CONF_ENV += CPPFLAGS="-I$(KERNEL_HEADERS_INCLUDE_DIR) $(CROSS_CPPFLAGS))"
endif
#