diff options
Diffstat (limited to 'drivers/power/battery/Makefile')
-rw-r--r-- | drivers/power/battery/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/power/battery/Makefile b/drivers/power/battery/Makefile index f864f0439de..370923a6ed9 100644 --- a/drivers/power/battery/Makefile +++ b/drivers/power/battery/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # 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 |