From 305dc06de590e4319f782d058e3199435a424218 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 29 Oct 2012 16:49:57 +0100 Subject: HMC5843 -> HMC5883L --- sensors/compass/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sensors/compass/Makefile') diff --git a/sensors/compass/Makefile b/sensors/compass/Makefile index 178ae55..5cecef4 100644 --- a/sensors/compass/Makefile +++ b/sensors/compass/Makefile @@ -1,14 +1,14 @@ include ../../config.mk -all: HMC5843.so +all: HMC5883L.so clean: rm -f *.c *.so -hmc5843.c: hmc5843.vala +hmc5883l.c: hmc5883l.vala $(VALAC) --pkg gmodule-2.0 --pkg posix --pkg linux -C $< ../compass.vala ../../hw/i2c-device.vala ../../hw/device.vala -HMC5843.so: hmc5843.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 -- cgit v1.2.3