Commit 3c6dc17eaec13ddc622306a8ddd24b547be91aee

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent fdc36977b3

drivers: delete unnecessary HOSTCFLAGS

HOSTCFLAGS is meaningless because no host programs
are compiled there.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

drivers/bios_emulator/Makefile
... ... @@ -12,6 +12,5 @@
12 12 -D__PPC__ -D__BIG_ENDIAN__
13 13  
14 14 CFLAGS += $(EXTRA_CFLAGS)
15   -HOSTCFLAGS += $(EXTRA_CFLAGS)
16 15 CPPFLAGS += $(EXTRA_CFLAGS)
drivers/net/npe/Makefile
... ... @@ -8,7 +8,6 @@
8 8 LOCAL_CFLAGS += -I$(TOPDIR)/drivers/net/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
9 9 CFLAGS += $(LOCAL_CFLAGS)
10 10 CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
11   -HOSTCFLAGS += $(LOCAL_CFLAGS)
12 11  
13 12 obj-y := npe.o \
14 13 miiphy.o \