diff options
Diffstat (limited to 'qemu/roms/u-boot/drivers/power/battery/Makefile')
-rw-r--r-- | qemu/roms/u-boot/drivers/power/battery/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/drivers/power/battery/Makefile b/qemu/roms/u-boot/drivers/power/battery/Makefile new file mode 100644 index 000000000..f864f0439 --- /dev/null +++ b/qemu/roms/u-boot/drivers/power/battery/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2012 Samsung Electronics +# Lukasz Majewski <l.majewski@samsung.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_POWER_BATTERY_TRATS) += bat_trats.o +obj-$(CONFIG_POWER_BATTERY_TRATS2) += bat_trats2.o |