mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
7 lines
106 B
Makefile
Executable File
7 lines
106 B
Makefile
Executable File
# gyroscope drivers
|
|
|
|
obj-$(CONFIG_GYRO_SENSOR_K3G) += k3g.o
|
|
obj-$(CONFIG_GYRO_L3G4200D) += l3g4200d.o
|
|
|
|
|