uniLoader/drivers/Makefile
Ivaylo Ivanov eba7aec49d drivers: samsung: Introduce exynos-speedy
Speedy is a serial communication bus that is typically used in
Exynos SoC devices for communicating with a PMIC. Implement
basic support for it, as well as add its first user - s2mps17 in
board-dreamlte.

Also, while at it, implement a simple readl function.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2024-10-28 15:09:59 +02:00

4 lines
91 B
Makefile

# the drivers registration framework
lib-y += framework.o
lib-y += samsung/exynos-speedy.o