Files
kernel_common_drivers/drivers/regulator/Makefile
T
chengbing.wu 29655631ae pmic: a1 k5.15 pmic and sub driver porting [1/1]
PD#SWPL-112358

Problem:
ad403 is missing pmic6b driver in kernel5.15.

Solution:
base Yu Tu 76117 and 78726;
base Jian yi 189702 and 192916,216774;
and yao jie 216898;

Verify:
A113L-AD401 #1 +Battery.
all driver use ko;

Change-Id: I911ca92dbe6f8c0f623e32fd14bdcf23a6318861
Signed-off-by: chengbing wu <chengbing.wu@amlogic.com>
2023-04-16 22:32:09 -07:00

13 lines
349 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
MODULE_NAME = amlogic-regulator
PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
ccflags-y += $(PR_FMT_DEFINE)
obj-$(CONFIG_AMLOGIC_REGULATOR) = $(MODULE_NAME).o
$(MODULE_NAME)-y = main.o
include $(COMMON_DRIVERS_DIR)/drivers/regulator/meson_pmic6b/Makefile