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