u-boot-brain/cpu/ixp/npe
Jon Loeliger 737184114e cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04 00:34:13 +02:00
..
include Fix IxEthDB.h to compile again 2006-06-14 10:18:39 +02:00
IxEthAcc.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccCommon.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccControlInterface.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccDataPlane.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccMac.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccMii.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBAPI.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBAPISupport.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBCore.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBEvents.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBFeatures.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBFirewall.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBHashtable.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBLearning.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBMem.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBNPEAdaptor.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBPortUpdate.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBReports.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBSearch.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBSpanningTree.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBUtil.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBVlan.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBWiFi.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthMii.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxFeatureCtrl.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDl.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDlImageMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDlNpeMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDlNpeMgrUtils.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMh.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhConfig.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhReceive.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhSend.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhSolicitedCbMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhUnsolicitedCbMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalBufferMgt.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalIoMem.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsCacheMMU.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsMsgQ.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsSemaphore.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsServices.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsThread.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrAqmIf.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrDispatcher.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrInit.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrQAccess.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrQCfg.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
Makefile Remove BOARDLIBS usage completely 2007-04-23 12:00:22 +02:00
miiphy.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
npe.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00