summaryrefslogtreecommitdiff
path: root/arch/c6x/boot/dts/Makefile
blob: fd937f781d16ff259c6689fa9f8e476fffba7df0 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for device trees
#

DTC_FLAGS ?= -p 1024

ifneq ($(DTB),)
obj-y += $(DTB).dtb.o
endif