summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-13 17:32:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-13 17:32:37 +0000
commit5be9588ed42d1a4ed297bdc76d9e05e582e78969 (patch)
treea975a5a0d60e1cd2255ba0bd3ed397c72dc4745d /nuttx/configs/open1788
parent1125cbdc2d38da82d9631aa0ae1d9030f641126e (diff)
downloadpx4-nuttx-5be9588ed42d1a4ed297bdc76d9e05e582e78969.tar.gz
px4-nuttx-5be9588ed42d1a4ed297bdc76d9e05e582e78969.tar.bz2
px4-nuttx-5be9588ed42d1a4ed297bdc76d9e05e582e78969.zip
Fixe to kernel build and syscalls.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5738 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/open1788')
-rw-r--r--nuttx/configs/open1788/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/kernel/Makefile b/nuttx/configs/open1788/kernel/Makefile
index d3a47e738..16731a24d 100644
--- a/nuttx/configs/open1788/kernel/Makefile
+++ b/nuttx/configs/open1788/kernel/Makefile
@@ -70,7 +70,7 @@ OBJS = $(COBJS)
# Targets:
all: $(TOPDIR)$(DELIM)nuttx_user.elf $(TOPDIR)$(DELIM)User.map
-.PHONY: depend clean distclean
+.PHONY: nuttx_user.elf depend clean distclean
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)