summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-18 11:51:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-18 11:51:30 -0600
commit5fbc5a47d4e15adeabe0881d5f972267c3ddb31b (patch)
treec566116ea686fd7254da8c550e4eeebf685e0fbb /nuttx/configs/dk-tm4c129x/src/Makefile
parent94371e4b073c8c2e2b3ed8dbf88f0797bcb73c41 (diff)
downloadnuttx-5fbc5a47d4e15adeabe0881d5f972267c3ddb31b.tar.gz
nuttx-5fbc5a47d4e15adeabe0881d5f972267c3ddb31b.tar.bz2
nuttx-5fbc5a47d4e15adeabe0881d5f972267c3ddb31b.zip
DK-TM4C129X: Add support for buttons
Diffstat (limited to 'nuttx/configs/dk-tm4c129x/src/Makefile')
-rw-r--r--nuttx/configs/dk-tm4c129x/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/dk-tm4c129x/src/Makefile b/nuttx/configs/dk-tm4c129x/src/Makefile
index c3e0184df..d3365f77b 100644
--- a/nuttx/configs/dk-tm4c129x/src/Makefile
+++ b/nuttx/configs/dk-tm4c129x/src/Makefile
@@ -47,6 +47,10 @@ else
CSRCS += tm4c_userleds.c
endif
+ifeq ($(CONFIG_ARCH_BUTTONS),y)
+CSRCS += tm4c_buttons.c
+endif
+
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += tm4c_nsh.c
endif