summaryrefslogtreecommitdiff
path: root/drivers/net/npe/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-01-28 00:19:47 +0100
committerMarek Vasut <marex@denx.de>2014-02-06 02:51:52 +0100
commit0b2d3f209a33648a9d235af3927c113a7cfa4c29 (patch)
treece90c2a25e90b7c2bf4169d0528e3e1c964723cc /drivers/net/npe/Makefile
parentc75692d3625c415e0e3fe982bd72a3300d828465 (diff)
downloadu-boot-imx-0b2d3f209a33648a9d235af3927c113a7cfa4c29.zip
u-boot-imx-0b2d3f209a33648a9d235af3927c113a7cfa4c29.tar.gz
u-boot-imx-0b2d3f209a33648a9d235af3927c113a7cfa4c29.tar.bz2
ARM: NET: Remove the IXP NPE ethernet driver
This driver is no longer used, remove it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Michael Schwingen <michael@schwingen.org> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/net/npe/Makefile')
-rw-r--r--drivers/net/npe/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/drivers/net/npe/Makefile b/drivers/net/npe/Makefile
deleted file mode 100644
index 0779255..0000000
--- a/drivers/net/npe/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# (C) Copyright 2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-LOCAL_CFLAGS += -I$(TOPDIR)/drivers/net/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
-CFLAGS += $(LOCAL_CFLAGS)
-CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
-
-obj-y := npe.o \
- miiphy.o \
- IxOsalBufferMgt.o \
- IxOsalIoMem.o \
- IxOsalOsCacheMMU.o \
- IxOsalOsMsgQ.o \
- IxOsalOsSemaphore.o \
- IxOsalOsServices.o \
- IxOsalOsThread.o \
- IxEthAcc.o \
- IxEthAccCommon.o \
- IxEthAccControlInterface.o \
- IxEthAccDataPlane.o \
- IxEthAccMac.o \
- IxEthAccMii.o \
- IxEthDBAPI.o \
- IxEthDBAPISupport.o \
- IxEthDBCore.o \
- IxEthDBEvents.o \
- IxEthDBFeatures.o \
- IxEthDBFirewall.o \
- IxEthDBHashtable.o \
- IxEthDBLearning.o \
- IxEthDBMem.o \
- IxEthDBNPEAdaptor.o \
- IxEthDBPortUpdate.o \
- IxEthDBReports.o \
- IxEthDBSearch.o \
- IxEthDBSpanningTree.o \
- IxEthDBUtil.o \
- IxEthDBVlan.o \
- IxEthDBWiFi.o \
- IxEthMii.o \
- IxQMgrAqmIf.o \
- IxQMgrDispatcher.o \
- IxQMgrInit.o \
- IxQMgrQAccess.o \
- IxQMgrQCfg.o \
- IxFeatureCtrl.o \
- IxNpeDl.o \
- IxNpeDlImageMgr.o \
- IxNpeDlNpeMgr.o \
- IxNpeDlNpeMgrUtils.o \
- IxNpeMh.o \
- IxNpeMhConfig.o \
- IxNpeMhReceive.o \
- IxNpeMhSend.o \
- IxNpeMhSolicitedCbMgr.o \
- IxNpeMhUnsolicitedCbMgr.o