Lokesh Vutla | 3288644 | 2018-08-27 15:57:09 +0530 | [diff] [blame] | 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_AM6) += am6_init.o |
Dave Gerlach | 6bf9755 | 2021-06-11 11:45:18 +0300 | [diff] [blame] | 7 | obj-$(CONFIG_SOC_K3_J721E) += j721e_init.o j721e/ j7200/ |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 8 | obj-$(CONFIG_SOC_K3_J721S2) += j721s2_init.o j721s2/ |
Dave Gerlach | 96571ec | 2021-04-23 11:27:32 -0500 | [diff] [blame] | 9 | obj-$(CONFIG_SOC_K3_AM642) += am642_init.o |
Lokesh Vutla | 49297cf | 2018-08-27 15:57:13 +0530 | [diff] [blame] | 10 | obj-$(CONFIG_ARM64) += arm64-mmu.o |
Lokesh Vutla | ceadc3e | 2018-11-15 11:04:50 +0530 | [diff] [blame] | 11 | obj-$(CONFIG_CPU_V7R) += r5_mpu.o lowlevel_init.o |
Andrew F. Davis | 2ed4107 | 2019-04-12 12:54:45 -0400 | [diff] [blame] | 12 | obj-$(CONFIG_TI_SECURE_DEVICE) += security.o |
Andrew F. Davis | 3c7ef1d | 2020-07-15 17:02:36 -0400 | [diff] [blame] | 13 | obj-$(CONFIG_ARM64) += cache.o |
Andreas Dannenberg | 04e5ea8 | 2019-06-04 17:55:47 -0500 | [diff] [blame] | 14 | ifeq ($(CONFIG_SPL_BUILD),y) |
| 15 | obj-$(CONFIG_K3_LOAD_SYSFW) += sysfw-loader.o |
| 16 | endif |
Lokesh Vutla | 5d83fd2 | 2018-11-02 19:51:05 +0530 | [diff] [blame] | 17 | obj-y += common.o |