12 lines
341 B
Makefile
12 lines
341 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Make file to build device tree binaries for boards based on
|
|
# Texas Instruments Inc processors
|
|
#
|
|
# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
#
|
|
|
|
dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_K3_J721E_SOC) += k3-j721e-common-proc-board.dtb
|