6 lines
106 B
Makefile
Executable file
6 lines
106 B
Makefile
Executable file
# gyroscope drivers
|
|
|
|
obj-$(CONFIG_GYRO_SENSOR_K3G) += k3g.o
|
|
obj-$(CONFIG_GYRO_L3G4200D) += l3g4200d.o
|
|
|
|
|