mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-01-19 23:50:08 +00:00
This avoids building Exynos drivers for all platforms Signed-off-by: BotchedRPR <igor.belwon@mentallysanemainliners.org>
6 lines
206 B
Makefile
6 lines
206 B
Makefile
# the drivers registration framework
|
|
lib-y += framework.o
|
|
lib-$(CONFIG_LIBFDT) += ramdisk-handler.o
|
|
lib-$(CONFIG_EXYNOS_ACPM) += samsung/exynos-acpm.o
|
|
lib-$(CONFIG_EXYNOS_SPEEDY) += samsung/exynos-speedy.o
|