summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-30 14:26:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-30 14:26:56 -0600
commit8e185b4cba702e2c98922ea211e3496bb814702f (patch)
treeacf7e9dd554df0ade833eaef31975d66a5ba64c6 /nuttx/Makefile.unix
parent4da5bc0a49f0f308eda5b46b41e628111bb079a5 (diff)
downloadpx4-nuttx-8e185b4cba702e2c98922ea211e3496bb814702f.tar.gz
px4-nuttx-8e185b4cba702e2c98922ea211e3496bb814702f.tar.bz2
px4-nuttx-8e185b4cba702e2c98922ea211e3496bb814702f.zip
Back out and replace recent kludges for errno and clock_systimer. There is a cleaner way
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index 9c6ee8132..5f64360fd 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -409,8 +409,10 @@ audio/libaudio$(LIBEXT): context
lib/libaudio$(LIBEXT): audio/libaudio$(LIBEXT)
$(Q) install audio/libaudio$(LIBEXT) lib/libaudio$(LIBEXT)
+# Special case
+
syscall/libstubs$(LIBEXT): context
- $(Q) $(MAKE) -C syscall TOPDIR="$(TOPDIR)" libstubs$(LIBEXT) EXTRADEFINES=$(KDEFINE)
+ $(Q) $(MAKE) -C syscall TOPDIR="$(TOPDIR)" libstubs$(LIBEXT) # EXTRADEFINES=$(KDEFINE)
lib/libstubs$(LIBEXT): syscall/libstubs$(LIBEXT)
$(Q) install syscall/libstubs$(LIBEXT) lib/libstubs$(LIBEXT)