summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-14 08:19:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-14 08:19:20 -0600
commit240ad9c16e74009fd9e500939d41d9bd5b3b8e6e (patch)
tree27a315debae38ae4a987098afc55d25345267ff5 /nuttx/configs/hymini-stm32v/src/Makefile
parent647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5 (diff)
downloadpx4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.tar.gz
px4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.tar.bz2
px4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.zip
configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends tools; Also converted to use the common SSD1289 driver
Diffstat (limited to 'nuttx/configs/hymini-stm32v/src/Makefile')
-rw-r--r--nuttx/configs/hymini-stm32v/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/hymini-stm32v/src/Makefile b/nuttx/configs/hymini-stm32v/src/Makefile
index cbefe34ad..e4d217331 100644
--- a/nuttx/configs/hymini-stm32v/src/Makefile
+++ b/nuttx/configs/hymini-stm32v/src/Makefile
@@ -44,7 +44,7 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_boot.c up_leds.c up_buttons.c up_spi.c up_usbdev.c
ifeq ($(CONFIG_NX_LCDDRIVER),y)
-CSRCS += ssd1289.c
+CSRCS += up_ssd1289.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)