mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
drivers: delete unnecessary HOSTCFLAGS
HOSTCFLAGS is meaningless because no host programs are compiled there. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
fdc36977b3
commit
3c6dc17eae
2 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue