summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-18 10:35:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-18 10:35:03 -0600
commit9a6c0f87c3ea60b575c398dc1f03b0f9c242a117 (patch)
tree4b2cf8d17edeeb252507e24dbe2319f36d1f8bd1 /nuttx/configs/sama5d3x-ek/src/Makefile
parent915ec17f9637b30ca81421b35a4d4326e81599cf (diff)
downloadpx4-nuttx-9a6c0f87c3ea60b575c398dc1f03b0f9c242a117.tar.gz
px4-nuttx-9a6c0f87c3ea60b575c398dc1f03b0f9c242a117.tar.bz2
px4-nuttx-9a6c0f87c3ea60b575c398dc1f03b0f9c242a117.zip
SAMA5: Add support for the FPU OS test
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 2a2a17e7d..b931a8ae0 100644
--- a/nuttx/configs/sama5d3x-ek/src/Makefile
+++ b/nuttx/configs/sama5d3x-ek/src/Makefile
@@ -110,6 +110,10 @@ ifeq ($(CONFIG_USBMSC),y)
CSRCS += sam_usbmsc.c
endif
+ifeq ($(CONFIG_ARCH_FPU),y)
+CSRCS += sam_ostest.c
+endif
+
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += sam_autoleds.c
else