607c0b6d63
This change creates an exynos5420 directory with code that will eventually implement support for the exynos5420 cpu from Samsung. Currently it's a copy of the exynos5250 directory with the name changed. There are going to be some problems where headers in src/cpu/samsung/exynos-common include headers in the exynos5250 directory directly. Change-Id: Ia8d7244310d32499238bbc171c0c668ec48178e1 Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3644 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2 lines
110 B
Makefile
2 lines
110 B
Makefile
subdirs-$(CONFIG_CPU_SAMSUNG_EXYNOS5250) += exynos5250
|
|
subdirs-$(CONFIG_CPU_SAMSUNG_EXYNOS5420) += exynos5420
|