summaryrefslogtreecommitdiff
path: root/nuttx/drivers/lcd/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/lcd/Make.defs')
-rwxr-xr-xnuttx/drivers/lcd/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/lcd/Make.defs b/nuttx/drivers/lcd/Make.defs
index e93bc3188..5c9198a8f 100755
--- a/nuttx/drivers/lcd/Make.defs
+++ b/nuttx/drivers/lcd/Make.defs
@@ -48,8 +48,8 @@ ifeq ($(CONFIG_LCD_NOKIA6100),y)
LCD_CSRCS = nokia6100.c
endif
-ifeq ($(CONFIG_LCD_UG9664HSWAG0),y)
- LCD_CSRCS = ug-9664hswag0.c
+ifeq ($(CONFIG_LCD_UG9664HSWAG01),y)
+ LCD_CSRCS = ug-9664hswag01.c
endif
endif