diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-18 11:18:57 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:54 -0500 |
commit | 3c6dc17eaec13ddc622306a8ddd24b547be91aee (patch) | |
tree | 85659b009f395cf3793166bed8a9821ffbfdd345 /drivers/net/npe | |
parent | fdc36977b33e2e801866ef3279e98bd12bc07b4d (diff) | |
download | u-boot-imx-3c6dc17eaec13ddc622306a8ddd24b547be91aee.zip u-boot-imx-3c6dc17eaec13ddc622306a8ddd24b547be91aee.tar.gz u-boot-imx-3c6dc17eaec13ddc622306a8ddd24b547be91aee.tar.bz2 |
drivers: delete unnecessary HOSTCFLAGS
HOSTCFLAGS is meaningless because no host programs
are compiled there.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/net/npe')
-rw-r--r-- | drivers/net/npe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |