test: rng: Add a UT testcase for the rng command
[platform/kernel/u-boot.git] / arch / arm / mach-k3 / Makefile
1 # SPDX-License-Identifier:      GPL-2.0+
2 #
3 # Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
4 #       Lokesh Vutla <lokeshvutla@ti.com>
5
6 obj-$(CONFIG_SOC_K3_J721E) += j721e/ j7200/
7 obj-$(CONFIG_SOC_K3_J721S2) += j721s2/
8 obj-$(CONFIG_SOC_K3_AM625) += am62x/
9 obj-$(CONFIG_ARM64) += arm64-mmu.o
10 obj-$(CONFIG_CPU_V7R) += r5_mpu.o lowlevel_init.o
11 obj-$(CONFIG_TI_SECURE_DEVICE) += security.o
12 obj-$(CONFIG_ARM64) += cache.o
13 ifeq ($(CONFIG_SPL_BUILD),y)
14 obj-$(CONFIG_SOC_K3_AM654) += am654_init.o
15 obj-$(CONFIG_SOC_K3_J721E) += j721e_init.o
16 obj-$(CONFIG_SOC_K3_J721S2) += j721s2_init.o
17 obj-$(CONFIG_SOC_K3_AM642) += am642_init.o
18 obj-$(CONFIG_SOC_K3_AM625) += am625_init.o
19 obj-$(CONFIG_K3_LOAD_SYSFW) += sysfw-loader.o
20 endif
21 obj-y += common.o