summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-23 12:19:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-23 12:19:50 -0600
commit19f6299b906d846250a647b214836caf4f3e44fc (patch)
treeafccf4ce38f13c6e164e352186224cce2454420e /nuttx/arch/arm/src/lpc17xx/Make.defs
parent0ebbf0438116b8771e4ae2c06232b7828bfdaf45 (diff)
parent08d4aca769f4a4895522ffe93da32ea9a5995061 (diff)
downloadnuttx-19f6299b906d846250a647b214836caf4f3e44fc.tar.gz
nuttx-19f6299b906d846250a647b214836caf4f3e44fc.tar.bz2
nuttx-19f6299b906d846250a647b214836caf4f3e44fc.zip
Merge remote-tracking branch 'origin/master' into netiob
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx/Make.defs')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/Make.defs18
1 files changed, 17 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/Make.defs b/nuttx/arch/arm/src/lpc17xx/Make.defs
index a7fa299df..5230c9e92 100644
--- a/nuttx/arch/arm/src/lpc17xx/Make.defs
+++ b/nuttx/arch/arm/src/lpc17xx/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# arch/arm/src/lpc17xx/Make.defs
#
-# Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2010-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
@@ -162,3 +162,19 @@ endif
ifeq ($(CONFIG_LPC17_DAC),y)
CHIP_CSRCS += lpc17_dac.c
endif
+
+ifeq ($(CONFIG_LPC17_RTC),y)
+CHIP_CSRCS += lpc176x_rtc.c
+endif
+
+ifeq ($(CONFIG_LPC17_PWM1),y)
+CHIP_CSRCS += lpc17_pwm.c
+endif
+
+ifeq ($(CONFIG_LPC17_MCPWM),y)
+CHIP_CSRCS += lpc17_mcpwm.c
+endif
+
+ifeq ($(CONFIG_LPC17_TMR0),y)
+CHIP_CSRCS += lpc17_timer.c
+endif