obj-m += pse.o pse_driver.o | |
pse-y := pse-class.o pse-sysfs.o | |
ifeq ($(PRODUCT), IRONMAN) | |
pse_driver-y += tps23880/tps23880-driver.o tps23880/tps23880-ops.o tps23880/tps23880-fw.o | |
endif | |
ifeq ($(PRODUCT), CMARVEL) | |
pse_driver-y += tps23880/tps23880-driver.o tps23880/tps23880-ops.o tps23880/tps23880-fw.o | |
endif | |
ifeq ($(PRODUCT), BRUCE) | |
pse_driver-y += ltc4266/ltc4266-ops.o ltc4266/ltc4266-driver.o ltc4266/ltc4266-qcom.o | |
endif | |