aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sensorhub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sensorhub/Makefile')
-rw-r--r--drivers/sensorhub/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/drivers/sensorhub/Makefile b/drivers/sensorhub/Makefile
index e5650e1..e9cb9fd 100644
--- a/drivers/sensorhub/Makefile
+++ b/drivers/sensorhub/Makefile
@@ -3,19 +3,5 @@
#
# Each configuration option enables a list of files.
-obj-$(CONFIG_SENSORS_SSP) += ssp_dev.o ssp_i2c.o ssp_data.o ssp_sysfs.o\
- ssp_input.o ssp_firmware.o ssp_debug.o
-
-obj-$(CONFIG_SENSORS_SYSFS) += sensors_core.o
-
-obj-$(CONFIG_SENSORS_SSP_LSM330) += accel_lsm330.o gyro_lsm330.o
-
-obj-$(CONFIG_SENSORS_SSP_CM36651) += light_cm36651.o prox_cm36651.o
-
-obj-$(CONFIG_SENSORS_SSP_AK8963C) += ssp_ak8963c.o magnetic_ak8963c.o
-
-obj-$(CONFIG_SENSORS_SSP_BMP182) += pressure_bmp182.o
-
-obj-$(CONFIG_SENSORS_SSP_AT32UC3L0128) += mcu_at32uc3l0128.o
-
-obj-$(CONFIG_SENSORS_SSP_SENSORHUB) += ssp_sensorhub.o
+obj-$(CONFIG_SENSORS_SSP_ATMEL) += atmel/
+obj-$(CONFIG_SENSORS_SSP_STM) += stm/ \ No newline at end of file