blob: ab5c3e965ccb6d227dd71feaaadd8796abe12f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
occ-hwmon-objs := common.o
ifeq ($(CONFIG_SENSORS_OCC_P9_SBE), y)
occ-hwmon-objs += p9_sbe.o
endif
ifeq ($(CONFIG_SENSORS_OCC_P8_I2C), y)
occ-hwmon-objs += p8_i2c.o
endif
obj-$(CONFIG_SENSORS_OCC) += occ-hwmon.o
|