Skip to content

Commit 02d44a1

Browse files
Akhilesh Patiljic23
authored andcommitted
iio: pressure: Arrange Makefile alphabetically
Fix hp206c and st_pressure_* entries in pressure Makefiles to follow alphabetical order as per guideline mentioned in iio/pressure/Makefile. Signed-off-by: Akhilesh Patil <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 28b53b3 commit 02d44a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

drivers/iio/pressure/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ obj-$(CONFIG_DPS310) += dps310.o
1616
obj-$(CONFIG_IIO_CROS_EC_BARO) += cros_ec_baro.o
1717
obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
1818
obj-$(CONFIG_HP03) += hp03.o
19+
obj-$(CONFIG_HP206C) += hp206c.o
1920
obj-$(CONFIG_HSC030PA) += hsc030pa.o
2021
obj-$(CONFIG_HSC030PA_I2C) += hsc030pa_i2c.o
2122
obj-$(CONFIG_HSC030PA_SPI) += hsc030pa_spi.o
@@ -35,11 +36,9 @@ obj-$(CONFIG_SDP500) += sdp500.o
3536
obj-$(CONFIG_IIO_ST_PRESS) += st_pressure.o
3637
st_pressure-y := st_pressure_core.o
3738
st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o
39+
obj-$(CONFIG_IIO_ST_PRESS_I2C) += st_pressure_i2c.o
40+
obj-$(CONFIG_IIO_ST_PRESS_SPI) += st_pressure_spi.o
3841
obj-$(CONFIG_T5403) += t5403.o
39-
obj-$(CONFIG_HP206C) += hp206c.o
4042
obj-$(CONFIG_ZPA2326) += zpa2326.o
4143
obj-$(CONFIG_ZPA2326_I2C) += zpa2326_i2c.o
4244
obj-$(CONFIG_ZPA2326_SPI) += zpa2326_spi.o
43-
44-
obj-$(CONFIG_IIO_ST_PRESS_I2C) += st_pressure_i2c.o
45-
obj-$(CONFIG_IIO_ST_PRESS_SPI) += st_pressure_spi.o

0 commit comments

Comments
 (0)