summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/pashello/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 22:19:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 22:19:20 +0000
commit51f96a502ea130e3d83eff679b560608a8246a75 (patch)
treee369db19378fc1244ded2d76e0c5e86765305eeb /nuttx/configs/sim/pashello/Make.defs
parent5551ed84bf3a90972b46c67808d8ed24e6ca07d8 (diff)
downloadpx4-nuttx-51f96a502ea130e3d83eff679b560608a8246a75.tar.gz
px4-nuttx-51f96a502ea130e3d83eff679b560608a8246a75.tar.bz2
px4-nuttx-51f96a502ea130e3d83eff679b560608a8246a75.zip
Added lseek()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@612 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/pashello/Make.defs')
-rw-r--r--nuttx/configs/sim/pashello/Make.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/sim/pashello/Make.defs b/nuttx/configs/sim/pashello/Make.defs
index 28069e16a..9f23c5da8 100644
--- a/nuttx/configs/sim/pashello/Make.defs
+++ b/nuttx/configs/sim/pashello/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# configs/sim/Make.defs
+# configs/sim/pashello/Make.defs
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -67,6 +67,7 @@ EXEEXT =
ifeq ("${CONFIG_DEBUG}","y")
LDFLAGS += -g
endif
+EXTRA_LIBS = -lm
define COMPILE
@echo "CC: $1"