summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-21 19:41:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-21 19:41:59 -0600
commit151afb5128174cb5d8de0da4daad406bb1861244 (patch)
tree9274d1024cddc5774065c4f890d4b0693326788b /nuttx
parentf640800a295eb9ba73a44aad32f419843ff2f4ee (diff)
downloadnuttx-151afb5128174cb5d8de0da4daad406bb1861244.tar.gz
nuttx-151afb5128174cb5d8de0da4daad406bb1861244.tar.bz2
nuttx-151afb5128174cb5d8de0da4daad406bb1861244.zip
Fix a typo that prevents building PIC32... How long has that been there?
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/mips/src/pic32mx/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Make.defs b/nuttx/arch/mips/src/pic32mx/Make.defs
index aac5b19f1..6fbde1078 100644
--- a/nuttx/arch/mips/src/pic32mx/Make.defs
+++ b/nuttx/arch/mips/src/pic32mx/Make.defs
@@ -66,7 +66,7 @@ endif
CHIP_ASRCS =
CHIP_CSRCS = pic32mx-irq.c pic32mx-decodeirq.c pic32mx-exception.c
CHIP_CSRCS += pic32mx-gpio.c pic32mx-lowconsole.c pic32mx-lowinit.c
-CHIP_CSRCS += pic32mx-serial.c pic32mx-spi.cO
+CHIP_CSRCS += pic32mx-serial.c pic32mx-spi.c
# Configuration-dependent PIC32MX files