summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-08 01:28:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-08 01:28:32 +0000
commit10abc48ef23af89e79d7e48dcd1e526d091f23fb (patch)
treeb6cc0d59a5880e027da075888e39941f3cc5b0e5 /nuttx/configs/stm32f4discovery/src/Makefile
parent92ece28c9595ada48bfa172e450338a2a6b0169a (diff)
downloadpx4-nuttx-10abc48ef23af89e79d7e48dcd1e526d091f23fb.tar.gz
px4-nuttx-10abc48ef23af89e79d7e48dcd1e526d091f23fb.tar.bz2
px4-nuttx-10abc48ef23af89e79d7e48dcd1e526d091f23fb.zip
Add UG-2864AMBAG01 initialization for use on STM32F4Discovery
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5321 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src/Makefile')
-rw-r--r--nuttx/configs/stm32f4discovery/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/Makefile b/nuttx/configs/stm32f4discovery/src/Makefile
index 97753132a..1803d3099 100644
--- a/nuttx/configs/stm32f4discovery/src/Makefile
+++ b/nuttx/configs/stm32f4discovery/src/Makefile
@@ -96,6 +96,10 @@ CSRCS += up_ssd1289.c
endif
endif
+ifeq ($(CONFIG_LCD_UG2864AMBAG01),y)
+CSRCS += up_ug2864ambag01.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)