From a0bd460f7f901d48d111511d9e7c2d92aaac0fa2 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 30 Oct 2012 11:19:10 +0100 Subject: update rate --- sensors/gyroscope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensors/gyroscope/Makefile') diff --git a/sensors/gyroscope/Makefile b/sensors/gyroscope/Makefile index 09ec45f..46435ec 100644 --- a/sensors/gyroscope/Makefile +++ b/sensors/gyroscope/Makefile @@ -6,7 +6,7 @@ clean: rm -f *.c *.so itg3200.c: itg3200.vala - $(VALAC) -g --pkg gmodule-2.0 --pkg posix --pkg linux -C $< ../gyroscope.vala ../../hw/i2c-device.vala ../../hw/device.vala ../../enums.vala + $(VALAC) -g --pkg gmodule-2.0 --pkg posix --pkg linux -C $< ../gyroscope.vala ../../hw/i2c-device.vala ../../hw/device.vala ../../enums.vala ../../utils.vala ITG3200.so: itg3200.c $(CC) -g -shared -fPIC `pkg-config --cflags --libs glib-2.0 gobject-2.0 gmodule-2.0` -o $@ $< -- cgit v1.2.3