summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mz/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 19:44:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 19:44:25 -0600
commit327a500d8b8f1db89faf436804b010d80f75ea6f (patch)
tree2f5abd9745a5bab9d4735f5d2cb38f12f4c509c7 /nuttx/arch/mips/src/pic32mz/Make.defs
parent5978ab011d89e16aac5dfac288a9404cdc4b10d0 (diff)
downloadnuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.tar.gz
nuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.tar.bz2
nuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.zip
PIC32MZ: Add serial driver
Diffstat (limited to 'nuttx/arch/mips/src/pic32mz/Make.defs')
-rw-r--r--nuttx/arch/mips/src/pic32mz/Make.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/mips/src/pic32mz/Make.defs b/nuttx/arch/mips/src/pic32mz/Make.defs
index f15b7b062..edcfa90bb 100644
--- a/nuttx/arch/mips/src/pic32mz/Make.defs
+++ b/nuttx/arch/mips/src/pic32mz/Make.defs
@@ -66,5 +66,6 @@ endif
CHIP_ASRCS =
CHIP_CSRCS = pic32mz-lowinit.c pic32mz-exception.c pic32mz-decodeirq.c
CHIP_CSRCS += pic32mz-irq.c pic32mz-timerisr.c pic32mz-lowconsole.c
+CHIP_CSRCS += pic32mz-serial.c
# Configuration-dependent PIC32MZ files