summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 14:44:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 14:44:56 +0000
commit2023adff45d28a5f4f369320c18865783baab5e6 (patch)
tree24870db0845e5543eb1dccb5c36af93962acea84 /nuttx/examples/nx
parentfc112daf3adc5b4c2154c74633e4b33f1158454c (diff)
downloadpx4-nuttx-2023adff45d28a5f4f369320c18865783baab5e6.tar.gz
px4-nuttx-2023adff45d28a5f4f369320c18865783baab5e6.tar.bz2
px4-nuttx-2023adff45d28a5f4f369320c18865783baab5e6.zip
Remove warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1915 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nx')
-rw-r--r--nuttx/examples/nx/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/nuttx/examples/nx/Makefile b/nuttx/examples/nx/Makefile
index dd67eee50..da10fc50d 100644
--- a/nuttx/examples/nx/Makefile
+++ b/nuttx/examples/nx/Makefile
@@ -1,7 +1,7 @@
############################################################################
-# examples/nx/Makefile
+# examples/nxflat/Makefile
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -39,10 +39,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = nx_main.c nx_events.c nx_kbdin.c
-ifeq ($(CONFIG_NX_MULTIUSER),y)
-CSRCS += nx_server.c
-endif
+CSRCS =
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
@@ -77,3 +74,4 @@ distclean: clean
@rm -f Make.dep .depend
-include Make.dep
+