mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
dm: net: Move IXP NPE to drivers/net/
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Bryan Hundven <bryanhundven@gmail.com> Cc: Michael Schwingen <rincewind@discworld.dascon.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: U-Boot DM <u-boot-dm@lists.denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
1389f98fce
commit
61e129885a
2
Makefile
2
Makefile
@ -238,7 +238,7 @@ ifdef SOC
|
|||||||
LIBS-y += $(CPUDIR)/$(SOC)/lib$(SOC).o
|
LIBS-y += $(CPUDIR)/$(SOC)/lib$(SOC).o
|
||||||
endif
|
endif
|
||||||
ifeq ($(CPU),ixp)
|
ifeq ($(CPU),ixp)
|
||||||
LIBS-y += arch/arm/cpu/ixp/npe/libnpe.o
|
LIBS-y += drivers/net/npe/libnpe.o
|
||||||
endif
|
endif
|
||||||
LIBS-$(CONFIG_OF_EMBED) += dts/libdts.o
|
LIBS-$(CONFIG_OF_EMBED) += dts/libdts.o
|
||||||
LIBS-y += arch/$(ARCH)/lib/lib$(ARCH).o
|
LIBS-y += arch/$(ARCH)/lib/lib$(ARCH).o
|
||||||
|
@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
|
|||||||
|
|
||||||
LIB := $(obj)libnpe.o
|
LIB := $(obj)libnpe.o
|
||||||
|
|
||||||
LOCAL_CFLAGS += -I$(TOPDIR)/arch/arm/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
|
LOCAL_CFLAGS += -I$(TOPDIR)/drivers/net/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
|
||||||
CFLAGS += $(LOCAL_CFLAGS)
|
CFLAGS += $(LOCAL_CFLAGS)
|
||||||
CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
|
CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
|
||||||
HOSTCFLAGS += $(LOCAL_CFLAGS)
|
HOSTCFLAGS += $(LOCAL_CFLAGS)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user