summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/c5471/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 17:11:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 17:11:55 +0000
commitd9c3513a33419a4cb6de9b3e39084989709584c1 (patch)
treeae164e1b32d440051b1581af871f523d6f34d702 /nuttx/arch/arm/src/c5471/Make.defs
parent06e5392650035245f70c576a39a46dc7306add2c (diff)
downloadpx4-nuttx-d9c3513a33419a4cb6de9b3e39084989709584c1.tar.gz
px4-nuttx-d9c3513a33419a4cb6de9b3e39084989709584c1.tar.bz2
px4-nuttx-d9c3513a33419a4cb6de9b3e39084989709584c1.zip
Add c5471 Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@423 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/c5471/Make.defs')
-rw-r--r--nuttx/arch/arm/src/c5471/Make.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/c5471/Make.defs b/nuttx/arch/arm/src/c5471/Make.defs
index 540edc053..636197f4e 100644
--- a/nuttx/arch/arm/src/c5471/Make.defs
+++ b/nuttx/arch/arm/src/c5471/Make.defs
@@ -37,7 +37,7 @@ HEAD_ASRC = up_nommuhead.S
CMN_ASRCS = up_saveusercontext.S up_fullcontextrestore.S
CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
- up_createstack.c up_dataabort.c up_mdelay.c up_udealy.c up_doirq.c \
+ up_createstack.c up_dataabort.c up_mdelay.c up_udelay.c up_doirq.c \
up_exit.c up_idle.c up_initialize.c up_initialstate.c \
up_interruptcontext.c up_prefetchabort.c up_releasepending.c \
up_releasestack.c up_reprioritizertr.c up_schedulesigaction.c \
@@ -45,4 +45,5 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_undefinedinsn.c up_usestack.c
CHIP_ASRCS = c5471_lowputc.S c5471_vectors.S
-CHIP_CSRCS = c5471_irq.c c5471_serial.c c5471_timerisr.c c5471_watchdog.c
+CHIP_CSRCS = c5471_irq.c c5471_serial.c c5471_timerisr.c c5471_watchdog.c \
+ c5471_ethernet.c