diff options
Diffstat (limited to 'drivers/power/battery/Makefile')
-rw-r--r-- | drivers/power/battery/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/battery/Makefile b/drivers/power/battery/Makefile index 637d1ff..4bf315d 100644 --- a/drivers/power/battery/Makefile +++ b/drivers/power/battery/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libbattery.o COBJS-$(CONFIG_POWER_BATTERY_TRATS) += bat_trats.o +COBJS-$(CONFIG_POWER_BATTERY_TRATS2) += bat_trats2.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |