summaryrefslogtreecommitdiffstats
path: root/rules/host-umkimage.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-01-12 15:44:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-01-12 15:44:21 +0000
commit80ec2b0f4ef873b00d452bf8d206f93e6580d796 (patch)
tree4f3d2646d60baf19246a1ea6e202afb9e822eea4 /rules/host-umkimage.make
parent7a3dd0b0fc49e7854c815d1e69329c1d7a845627 (diff)
downloadptxdist-80ec2b0f4ef873b00d452bf8d206f93e6580d796.tar.gz
ptxdist-80ec2b0f4ef873b00d452bf8d206f93e6580d796.tar.xz
* host-umkimage: needs host-zlib; let it find the right include
paths. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6861 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-umkimage.make')
-rw-r--r--rules/host-umkimage.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-umkimage.make b/rules/host-umkimage.make
index ce12b962c..640ef41d7 100644
--- a/rules/host-umkimage.make
+++ b/rules/host-umkimage.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2003-2006 by Pengutronix e.K., Hildesheim, Germany
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -58,7 +58,7 @@ $(STATEDIR)/host-umkimage.extract: $(host-umkimage_extract_deps_default)
host-umkimage_prepare: $(STATEDIR)/host-umkimage.prepare
HOST_UMKIMAGE_PATH := PATH=$(HOST_PATH)
-HOST_UMKIMAGE_ENV := $(HOST_ENV)
+HOST_UMKIMAGE_ENV := $(HOST_ENV) CFLAGS="$(HOST_CPPFLAGS)"
$(STATEDIR)/host-umkimage.prepare: $(host-umkimage_prepare_deps_default)
@$(call targetinfo, $@)