aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sensorhub/atmel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sensorhub/atmel/Makefile')
-rwxr-xr-xdrivers/sensorhub/atmel/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/sensorhub/atmel/Makefile b/drivers/sensorhub/atmel/Makefile
new file mode 100755
index 00000000000..e6137c83312
--- /dev/null
+++ b/drivers/sensorhub/atmel/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for the sensor drivers.
+#
+
+# Each configuration option enables a list of files.
+obj-$(CONFIG_SENSORS_SSP_ATMEL) += 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