diff options
Diffstat (limited to 'drivers/input/sensor/l3g4200d_gyro/Makefile')
-rwxr-xr-x | drivers/input/sensor/l3g4200d_gyro/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/sensor/l3g4200d_gyro/Makefile b/drivers/input/sensor/l3g4200d_gyro/Makefile new file mode 100755 index 00000000..2818c82f --- /dev/null +++ b/drivers/input/sensor/l3g4200d_gyro/Makefile @@ -0,0 +1,5 @@ +#
+# Makefile for the kernel device drivers.
+#
+obj-$(CONFIG_WMT_GYRO_L3G4200D) += s_wmt_gyro_l3g4200d.o
+s_wmt_gyro_l3g4200d-objs := l3g4200d_gyr.o
\ No newline at end of file |