summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-10-29 16:55:48 +0100
committerSebastian Reichel <sre@ring0.de>2012-10-29 16:55:48 +0100
commitf09b419463bf471608bf56fabd4a14bdee4eb4ef (patch)
tree1fd23e5ea6ea89f5b47e053460161f445618687c
parentc36957203af08d44df297478911257c559767cde (diff)
downloadmicrocopterd-f09b419463bf471608bf56fabd4a14bdee4eb4ef.tar.bz2
fix HMC5883L Makefile
-rw-r--r--sensors/compass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors/compass/Makefile b/sensors/compass/Makefile
index 5cecef4..c877e3b 100644
--- a/sensors/compass/Makefile
+++ b/sensors/compass/Makefile
@@ -8,7 +8,7 @@ clean:
hmc5883l.c: hmc5883l.vala
$(VALAC) --pkg gmodule-2.0 --pkg posix --pkg linux -C $< ../compass.vala ../../hw/i2c-device.vala ../../hw/device.vala
-HMC5883l.so: hmc5883l.c
+HMC5883L.so: hmc5883l.c
$(CC) -shared -fPIC `pkg-config --cflags --libs glib-2.0 gobject-2.0 gmodule-2.0` -o $@ $<
.PHONY: all clean