summaryrefslogtreecommitdiffstats
path: root/drivers
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 /drivers
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 'drivers')
-rw-r--r--drivers/bios_emulator/Makefile2
-rw-r--r--drivers/net/sk98lin/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile
index c73da97b47..dd9c102ba8 100644
--- a/drivers/bios_emulator/Makefile
+++ b/drivers/bios_emulator/Makefile
@@ -22,7 +22,7 @@ EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \
-D__PPC__ -D__BIG_ENDIAN__
CFLAGS += $(EXTRA_CFLAGS)
-HOST_CFLAGS += $(EXTRA_CFLAGS)
+HOSTCFLAGS += $(EXTRA_CFLAGS)
all: $(LIB)
diff --git a/drivers/net/sk98lin/Makefile b/drivers/net/sk98lin/Makefile
index f1bc4a7d5c..4a3ead3eff 100644
--- a/drivers/net/sk98lin/Makefile
+++ b/drivers/net/sk98lin/Makefile
@@ -90,7 +90,7 @@ endif
EXTRA_CFLAGS += -I. -DSK_USE_CSUM $(DBGDEF)
CFLAGS += $(EXTRA_CFLAGS)
-HOST_CFLAGS += $(EXTRA_CFLAGS)
+HOSTCFLAGS += $(EXTRA_CFLAGS)
all: $(LIB)
OpenPOWER on IntegriCloud