]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/Makefile
ARM: zynq: Fix sparse warnings in slcr.c
[u-boot] / arch / arm / cpu / armv7 / Makefile
index 0467d00d6af0c85c0843ff57640ce52ef4fff980..ab869b1ee87d1f0b031ccfe2bdd7e5b6f5bbdf94 100644 (file)
@@ -23,7 +23,9 @@ obj-y += nonsec_virt.o
 obj-y  += virt-v7.o
 endif
 
+obj-$(CONFIG_KONA) += kona-common/
 obj-$(CONFIG_OMAP_COMMON) += omap-common/
+obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
 obj-$(CONFIG_TEGRA) += tegra-common/
 
 ifneq (,$(filter s5pc1xx exynos,$(SOC)))