Support for data-ready and near/far triggers is included. Datasheet the sensor available at <http://www.semtech.com/images/datasheet/sx9500_ag.pdf>. Origin: Original Change-Id: Idd491a8bad7e119b0ed66e655955228ffdac6e76 Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
8 lines
277 B
Makefile
8 lines
277 B
Makefile
ccflags-y +=-I$(srctree)/drivers
|
|
|
|
obj-$(CONFIG_SENSOR_DELAYED_WORK) += sensor.o
|
|
|
|
obj-$(CONFIG_MCP9808) += sensor_mcp9808.o
|
|
obj-$(CONFIG_MCP9808_TRIGGER) += sensor_mcp9808_trigger.o
|
|
obj-$(CONFIG_SX9500) += sensor_sx9500.o
|
|
obj-$(CONFIG_SX9500_TRIGGER) += sensor_sx9500_trigger.o
|