summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/tiva/Make.defs')
-rw-r--r--nuttx/arch/arm/src/tiva/Make.defs10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/tiva/Make.defs b/nuttx/arch/arm/src/tiva/Make.defs
index 9fb7a4eb6..e97d5f50f 100644
--- a/nuttx/arch/arm/src/tiva/Make.defs
+++ b/nuttx/arch/arm/src/tiva/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# arch/arm/src/tiva/Make.defs
#
-# Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2009-2011, 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -74,8 +74,12 @@ endif
CHIP_ASRCS =
CHIP_CSRCS = tiva_allocateheap.c tiva_start.c tiva_syscontrol.c tiva_irq.c
-CHIP_CSRCS += tiva_gpio.c tiva_gpioirq.c tiva_timerisr.c tiva_lowputc.c
-CHIP_CSRCS += tiva_serial.c tiva_ssi.c tiva_dumpgpio.c
+CHIP_CSRCS += tiva_gpio.c tiva_gpioirq.c tiva_lowputc.c tiva_serial.c
+CHIP_CSRCS += tiva_ssi.c tiva_dumpgpio.c
+
+ifneq ($(CONFIG_SCHED_TICKLESS),y)
+CHIP_CSRCS += tiva_timerisr.c
+endif
ifeq ($(CONFIG_NUTTX_KERNEL),y)
CHIP_CSRCS += tiva_userspace.c tiva_mpuinit.c