mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-21 21:10:43 +09:00
7 lines
218 B
Makefile
Executable File
7 lines
218 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_acc_misc.o
|