From b8214d16130991c2b10b548fdb00195f77347d79 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Dec 2008 14:04:37 +0000 Subject: Clean-up and document NX configuration settings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/Makefile') 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 -- cgit v1.2.3