summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-03 10:03:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-03 10:03:52 -0600
commit96513af3646b373cbbfc8b73875cb151261f7cb1 (patch)
tree077f50a684955a047398880a814d4ec6bbb9fce3 /nuttx/configs/sama5d3x-ek/src/Makefile
parent6df37a835b9c033ac9ed3a40015dd32456f87cd2 (diff)
downloadpx4-nuttx-96513af3646b373cbbfc8b73875cb151261f7cb1.tar.gz
px4-nuttx-96513af3646b373cbbfc8b73875cb151261f7cb1.tar.bz2
px4-nuttx-96513af3646b373cbbfc8b73875cb151261f7cb1.zip
SAMA5 CAN: Add board-specific initialization logic
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/src/Makefile')
-rw-r--r--nuttx/configs/sama5d3x-ek/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d3x-ek/src/Makefile b/nuttx/configs/sama5d3x-ek/src/Makefile
index 53d37be29..6d492cb1e 100644
--- a/nuttx/configs/sama5d3x-ek/src/Makefile
+++ b/nuttx/configs/sama5d3x-ek/src/Makefile
@@ -110,6 +110,10 @@ ifeq ($(CONFIG_ADC),y)
CSRCS += sam_adc.c
endif
+ifeq ($(CONFIG_CAN),y)
+CSRCS += sam_can.c
+endif
+
ifeq ($(CONFIG_USBMSC),y)
CSRCS += sam_usbmsc.c
endif