summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index c24f8f6e6..ac39d8ed5 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -68,7 +68,7 @@ ifeq ($(CONFIG_NET),y)
NONFSDIRS += net netutils
endif
-ifeq ($(CONFIG_NXGRAPHICS),y)
+ifeq ($(CONFIG_NX),y)
NONFSDIRS += graphics
endif
@@ -121,7 +121,7 @@ ifneq ($(NX_DIR),)
LINKLIBS += $(NX_DIR)/libnx$(LIBEXT)
endif
-ifeq ($(CONFIG_NXGRAPHICS),y)
+ifeq ($(CONFIG_NX),y)
LINKLIBS += graphics/libgraphics$(LIBEXT)
endif