8 lines
177 B
Makefile
8 lines
177 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for the kernel battery drivers.
|
||
|
#
|
||
|
|
||
|
# Object files in subdirectories
|
||
|
|
||
|
obj-$(CONFIG_BATTERY_SAMSUNG) += fuelgauge/ charger/ common/
|