summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 23:40:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 23:40:44 +0000
commit13ee91d6e3868f4d8c73f0740515c2a3326d1b82 (patch)
treef1e69289482b08fd5d731d1e2272642a587321ca /nuttx/examples/nx/Makefile
parent0f895f0ed4b2370af37d91c0ecb7649d914ed147 (diff)
downloadpx4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.tar.gz
px4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.tar.bz2
px4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.zip
Can't use signal handler for nx_eventhandler()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1387 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nx/Makefile')
-rw-r--r--nuttx/examples/nx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nx/Makefile b/nuttx/examples/nx/Makefile
index d15d17ae3..2447ae575 100644
--- a/nuttx/examples/nx/Makefile
+++ b/nuttx/examples/nx/Makefile
@@ -39,7 +39,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = nx_main.c
+CSRCS = nx_main.c nx_events.c
ifeq ($(CONFIG_NX_MULTIUSER),y)
CSRCS += nx_server.c
endif