From 10abc48ef23af89e79d7e48dcd1e526d091f23fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 8 Nov 2012 01:28:32 +0000 Subject: 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 --- nuttx/configs/stm32f4discovery/src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/stm32f4discovery/src/Makefile') 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) -- cgit v1.2.3