mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user