mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-15 01:50:40 +09:00
9 lines
247 B
Makefile
Executable File
9 lines
247 B
Makefile
Executable File
# gsensor drivers
|
|
|
|
obj-$(CONFIG_GS_MMA7660) += mma7660.o
|
|
obj-$(CONFIG_GS_MMA8452) += mma8452.o
|
|
obj-$(CONFIG_GS_L3G4200D) += l3g4200d.o
|
|
obj-$(CONFIG_GS_KXTF9) += kxtf9.o
|
|
obj-$(CONFIG_GS_LIS3DH) += lis3dh.o
|
|
obj-$(CONFIG_GS_BMA023) += bma023.o
|