Files
kernel_google_redbull/drivers/power/supply/google/Makefile
Ken Tsou 6b3d3931e4 google_battery: Makefile: fix build fail on kernel-bramble-gki
google battery files are configured as modules on kernel-bramble-gki
  it caused the build fail.

Bug: 136285138
Bug: 146816662
Test: build passed
Change-Id: Id0f8a8cfa2441b822358f8520f561f588dbae4ac
Signed-off-by: Ken Tsou <kentsou@google.com>
2020-05-30 02:04:43 +08:00

10 lines
454 B
Makefile

obj-$(CONFIG_GOOGLE_BMS) += google-bms.o
google-bms-objs += gbms_storage.o gvotable.o google_bms.o
obj-$(CONFIG_GOOGLE_BMS_SM7250) += sm7250_bms.o
obj-$(CONFIG_GOOGLE_CHARGER) += google_charger.o
obj-$(CONFIG_GOOGLE_BATTERY) += google-battery.o
google-battery-objs += google_battery.o google_ttf.o
obj-$(CONFIG_USB_OVERHEAT_MITIGATION) += overheat_mitigation.o
obj-$(CONFIG_GOOGLE_LOGBUFFER) += logbuffer.o
obj-$(CONFIG_CHARGER_P9221) += p9221_charger.o