summaryrefslogtreecommitdiff
path: root/nuttx/syscall/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 12:43:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 12:43:35 +0000
commit07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a (patch)
treed15f98eec6bdafdd7ee216b0a675bbc543807745 /nuttx/syscall/Makefile
parent75036e3985096a20f831ca183327758a2647bd76 (diff)
downloadpx4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.tar.gz
px4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.tar.bz2
px4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.zip
Add stub lookup logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3462 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/syscall/Makefile')
-rw-r--r--nuttx/syscall/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/syscall/Makefile b/nuttx/syscall/Makefile
index 47e694e9d..c96ca3ef4 100644
--- a/nuttx/syscall/Makefile
+++ b/nuttx/syscall/Makefile
@@ -40,6 +40,8 @@ include stubs/Make.defs
MKSYSCALL = "$(TOPDIR)/tools/mksyscall$(EXEEXT)"
CSVFILE = "$(TOPDIR)/syscall/syscall.csv"
+STUB_SRCS += stub_lookup.c
+
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))