summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 14:04:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 14:04:37 +0000
commitb8214d16130991c2b10b548fdb00195f77347d79 (patch)
tree531848ea08696154e8a12e59a6ecb0582187a11e /nuttx/Makefile
parent1379fe5ea1d7f32ce48238bd2ad16637d55a38ba (diff)
downloadpx4-nuttx-b8214d16130991c2b10b548fdb00195f77347d79.tar.gz
px4-nuttx-b8214d16130991c2b10b548fdb00195f77347d79.tar.bz2
px4-nuttx-b8214d16130991c2b10b548fdb00195f77347d79.zip
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
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