You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# makefile for motor driver kernel module
|
|
#
|
|
|
|
obj-$(CONFIG_STEP_MOTOR_STSPIN220) += stspin220_step_motor.o
|
|
obj-$(CONFIG_SS_VIBRATOR) += ss_vibrator.o
|
|
obj-$(CONFIG_MSM_VIBRATOR) += msm_vibrator.o
|
|
|