summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-18 11:18:57 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:54 -0500
commit3c6dc17eaec13ddc622306a8ddd24b547be91aee (patch)
tree85659b009f395cf3793166bed8a9821ffbfdd345
parentfdc36977b33e2e801866ef3279e98bd12bc07b4d (diff)
downloadblackbird-obmc-uboot-3c6dc17eaec13ddc622306a8ddd24b547be91aee.tar.gz
blackbird-obmc-uboot-3c6dc17eaec13ddc622306a8ddd24b547be91aee.zip
drivers: delete unnecessary HOSTCFLAGS
HOSTCFLAGS is meaningless because no host programs are compiled there. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
-rw-r--r--drivers/bios_emulator/Makefile1
-rw-r--r--drivers/net/npe/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile
index 6f74fdc230..38fc48d1b1 100644
--- a/drivers/bios_emulator/Makefile
+++ b/drivers/bios_emulator/Makefile
@@ -12,5 +12,4 @@ EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \
-D__PPC__ -D__BIG_ENDIAN__
CFLAGS += $(EXTRA_CFLAGS)
-HOSTCFLAGS += $(EXTRA_CFLAGS)
CPPFLAGS += $(EXTRA_CFLAGS)
diff --git a/drivers/net/npe/Makefile b/drivers/net/npe/Makefile
index e36c0bbd69..0779255216 100644
--- a/drivers/net/npe/Makefile
+++ b/drivers/net/npe/Makefile
@@ -8,7 +8,6 @@
LOCAL_CFLAGS += -I$(TOPDIR)/drivers/net/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
CFLAGS += $(LOCAL_CFLAGS)
CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
-HOSTCFLAGS += $(LOCAL_CFLAGS)
obj-y := npe.o \
miiphy.o \
OpenPOWER on IntegriCloud