summaryrefslogtreecommitdiff
path: root/nuttx/drivers
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/drivers
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/drivers')
-rw-r--r--nuttx/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index dc07fcdc7..8d687a67c 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -53,7 +53,7 @@ all: $(BIN)
$(AOBJS): %$(OBJEXT): %.S
$(CC) -c $(CFLAGS) -D__ASSEMBLY__ $< -o $@
-$(cOBJS): %$(OBJEXT): %.c
+$(COBJS): %$(OBJEXT): %.c
$(CC) -c $(CFLAGS) $< -o $@
$(BIN): $(OBJS)