Kyle Swenson | d91dbe2 | 2022-04-17 09:18:52 -0600 | [diff] [blame] | 1 | |
2 | obj-m += pse.o pse_driver.o | ||||
3 | pse-y := pse-class.o pse-sysfs.o | ||||
4 | |||||
5 | ifeq ($(PRODUCT), IRONMAN) | ||||
6 | pse_driver-y += tps23880/tps23880-driver.o tps23880/tps23880-ops.o tps23880/tps23880-fw.o | ||||
7 | endif | ||||
8 | ifeq ($(PRODUCT), CMARVEL) | ||||
9 | pse_driver-y += tps23880/tps23880-driver.o tps23880/tps23880-ops.o tps23880/tps23880-fw.o | ||||
10 | endif | ||||
11 | ifeq ($(PRODUCT), BRUCE) | ||||
12 | pse_driver-y += ltc4266/ltc4266-ops.o ltc4266/ltc4266-driver.o ltc4266/ltc4266-qcom.o | ||||
13 | endif | ||||
14 |