[U-Boot] [PATCH] drivers: delete unnecessary HOSTCFLAGS

HOSTCFLAGS is meaningless because no host programs are compiled there.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com --- drivers/bios_emulator/Makefile | 1 - drivers/net/npe/Makefile | 1 - 2 files changed, 2 deletions(-)
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile index 6f74fdc..38fc48d 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 e36c0bb..0779255 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 \

On Mon, Nov 18, 2013 at 11:18:57AM +0900, Masahiro Yamada wrote:
HOSTCFLAGS is meaningless because no host programs are compiled there.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini