mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-08-15 05:18:32 +00:00
Implement an ACPM driver with helpers to allow communicating with PMIC via SPMI for newer exynos devices. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
5 lines
122 B
Makefile
5 lines
122 B
Makefile
# the drivers registration framework
|
|
lib-y += framework.o
|
|
lib-y += samsung/exynos-speedy.o
|
|
lib-y += samsung/exynos-acpm.o
|