mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00: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
151 changed files with 2 additions and 2 deletions
Makefile
drivers/net/npe
IxEthAcc.cIxEthAccCommon.cIxEthAccControlInterface.cIxEthAccDataPlane.cIxEthAccMac.cIxEthAccMii.cIxEthDBAPI.cIxEthDBAPISupport.cIxEthDBCore.cIxEthDBEvents.cIxEthDBFeatures.cIxEthDBFirewall.cIxEthDBHashtable.cIxEthDBLearning.cIxEthDBMem.cIxEthDBNPEAdaptor.cIxEthDBPortUpdate.cIxEthDBReports.cIxEthDBSearch.cIxEthDBSpanningTree.cIxEthDBUtil.cIxEthDBVlan.cIxEthDBWiFi.cIxEthMii.cIxFeatureCtrl.cIxNpeDl.cIxNpeDlImageMgr.cIxNpeDlNpeMgr.cIxNpeDlNpeMgrUtils.cIxNpeMh.cIxNpeMhConfig.cIxNpeMhReceive.cIxNpeMhSend.cIxNpeMhSolicitedCbMgr.cIxNpeMhUnsolicitedCbMgr.cIxOsalBufferMgt.cIxOsalIoMem.cIxOsalOsCacheMMU.cIxOsalOsMsgQ.cIxOsalOsSemaphore.cIxOsalOsServices.cIxOsalOsThread.cIxQMgrAqmIf.cIxQMgrDispatcher.cIxQMgrInit.cIxQMgrQAccess.cIxQMgrQCfg.cMakefile
include
IxAssert.hIxAtmSch.hIxAtmTypes.hIxAtmdAcc.hIxAtmdAccCtrl.hIxAtmm.hIxDmaAcc.hIxEthAcc.hIxEthAccDataPlane_p.hIxEthAccMac_p.hIxEthAccMii_p.hIxEthAccQueueAssign_p.hIxEthAcc_p.hIxEthDB.hIxEthDBLocks_p.hIxEthDBLog_p.hIxEthDBMessages_p.hIxEthDBPortDefs.hIxEthDBQoS.hIxEthDB_p.hIxEthMii.hIxEthMii_p.hIxEthNpe.hIxFeatureCtrl.hIxHssAcc.hIxI2cDrv.hIxNpeA.hIxNpeDl.hIxNpeDlImageMgr_p.hIxNpeDlMacros_p.hIxNpeDlNpeMgrEcRegisters_p.hIxNpeDlNpeMgrUtils_p.hIxNpeDlNpeMgr_p.hIxNpeMh.hIxNpeMhConfig_p.hIxNpeMhMacros_p.hIxNpeMhReceive_p.hIxNpeMhSend_p.hIxNpeMhSolicitedCbMgr_p.hIxNpeMhUnsolicitedCbMgr_p.hIxNpeMicrocode.hIxOsBufLib.hIxOsBuffMgt.hIxOsBuffPoolMgt.hIxOsCacheMMU.hIxOsPrintf.hIxOsServices.hIxOsServicesComponents.hIxOsServicesEndianess.hIxOsServicesMemAccess.hIxOsServicesMemMap.h
2
Makefile
2
Makefile
|
@ -238,7 +238,7 @@ ifdef SOC
|
|||
LIBS-y += $(CPUDIR)/$(SOC)/lib$(SOC).o
|
||||
endif
|
||||
ifeq ($(CPU),ixp)
|
||||
LIBS-y += arch/arm/cpu/ixp/npe/libnpe.o
|
||||
LIBS-y += drivers/net/npe/libnpe.o
|
||||
endif
|
||||
LIBS-$(CONFIG_OF_EMBED) += dts/libdts.o
|
||||
LIBS-y += arch/$(ARCH)/lib/lib$(ARCH).o
|
||||
|
|
|
@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
|
|||
|
||||
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)
|
||||
CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
|
||||
HOSTCFLAGS += $(LOCAL_CFLAGS)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue