Makefile (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | Makefile (872e79add7561645b130fba63aa7ca12098a9361) |
---|---|
1# 2# Makefile for industrial I/O Magnetometer sensor drivers 3# 4 5obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o | 1# 2# Makefile for industrial I/O Magnetometer sensor drivers 3# 4 5obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o |
6 7obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o 8st_magn-y := st_magn_core.o 9st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o 10 11obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o 12obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o |
|