summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxconsole/Makefile')
-rw-r--r--apps/examples/nxconsole/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/examples/nxconsole/Makefile b/apps/examples/nxconsole/Makefile
index 0816fc96e..2a04f982e 100644
--- a/apps/examples/nxconsole/Makefile
+++ b/apps/examples/nxconsole/Makefile
@@ -40,11 +40,7 @@ include $(APPDIR)/Make.defs
# NuttX NX Console Example.
ASRCS =
-CSRCS = nxcon_main.c nxcon_toolbar.c nxcon_wndo.c
-
-ifeq ($(CONFIG_NX_MULTIUSER),y)
-CSRCS += nxcon_server.c
-endif
+CSRCS = nxcon_main.c nxcon_toolbar.c nxcon_wndo.c nxcon_server.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))