summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-28 13:42:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-28 13:42:19 +0000
commitcbade4e74a17aa881e8031b6785657d7166dd819 (patch)
tree2e5a62c23ceef9959d6951854be6cb6ad3aafdef /nuttx/arch/c5471/src
parentecfc958f561da896a1ea1b08c2ceb4db25cc58b1 (diff)
downloadpx4-nuttx-cbade4e74a17aa881e8031b6785657d7166dd819.tar.gz
px4-nuttx-cbade4e74a17aa881e8031b6785657d7166dd819.tar.bz2
px4-nuttx-cbade4e74a17aa881e8031b6785657d7166dd819.zip
Fix link problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@24 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src')
-rw-r--r--nuttx/arch/c5471/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/c5471/src/Makefile b/nuttx/arch/c5471/src/Makefile
index e2a4dc4ba..3c1e50010 100644
--- a/nuttx/arch/c5471/src/Makefile
+++ b/nuttx/arch/c5471/src/Makefile
@@ -56,6 +56,9 @@ COBJS = $(CSRCS:.c=.o)
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
+LDFLAGS = $(ARCHSCRIPT)
+EXTRA_LIBS =
+
LINKOBJS =
LINKLIBS =
LDPATHES = $(addprefix -L$(TOPDIR)/,$(dir $(LINKLIBS)))