summaryrefslogtreecommitdiffstats
path: root/board/spc1920
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-19 15:17:03 -0400
committerWolfgang Denk <wd@denx.de>2009-07-23 21:26:14 +0200
commit9aef73888509d10193615ee5cd9cf439ca44e937 (patch)
tree7a54a47f6456799f8d7531538b1f1e965d7b4907 /board/spc1920
parent2e9393f500065f940e5e4ac7fe375e4c0b77b936 (diff)
downloadblackbird-obmc-uboot-9aef73888509d10193615ee5cd9cf439ca44e937.tar.gz
blackbird-obmc-uboot-9aef73888509d10193615ee5cd9cf439ca44e937.zip
unify HOST_CFLAGS and HOSTCFLAGS
The top build system sets up HOSTCFLAGS a bit and exports it, but other places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the values stay in sync. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/spc1920')
-rw-r--r--board/spc1920/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spc1920/config.mk b/board/spc1920/config.mk
index e361694faa..8dacc178fc 100644
--- a/board/spc1920/config.mk
+++ b/board/spc1920/config.mk
@@ -31,5 +31,5 @@
#TEXT_BASE = 0xFE000000
TEXT_BASE = 0xFFF00000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/spc1920
-HOST_CFLAGS += -I$(TOPDIR)/board/spc1920
+HOSTCFLAGS += -I$(TOPDIR)/board/spc1920
HOST_ENVIRO_CFLAGS += -I$(TOPDIR)/board/spc1920
OpenPOWER on IntegriCloud