summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 23:30:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 23:30:35 +0000
commite75166dbfc512e9c8d2fc717229ab3f20e45f73a (patch)
tree9928b966a43e6a8344803e825b0660c82d7d898e /nuttx/configs/ubw32/src/Makefile
parenta25451807c7806c182b03d148accead73d93849f (diff)
downloadpx4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.tar.gz
px4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.tar.bz2
px4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.zip
Add support for UBW32 buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4663 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ubw32/src/Makefile')
-rw-r--r--nuttx/configs/ubw32/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/ubw32/src/Makefile b/nuttx/configs/ubw32/src/Makefile
index 4a890cc34..d9161f505 100644
--- a/nuttx/configs/ubw32/src/Makefile
+++ b/nuttx/configs/ubw32/src/Makefile
@@ -40,6 +40,10 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
CSRCS = up_boot.c up_leds.c
+ifeq ($(CONFIG_ARCH_BUTTONS),y)
+CSRCS += up_buttons.c
+endif
+
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif