xref: /kernel/linux/linux-6.6/arch/arm64/boot/dts/broadcom/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arm64/boot/dts/broadcom/
1# SPDX-License-Identifier: GPL-2.0
2
3# Enables support for device-tree overlays
4DTC_FLAGS := -@
5
6dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
7			      bcm2711-rpi-4-b.dtb \
8			      bcm2711-rpi-cm4-io.dtb \
9			      bcm2837-rpi-3-a-plus.dtb \
10			      bcm2837-rpi-3-b.dtb \
11			      bcm2837-rpi-3-b-plus.dtb \
12			      bcm2837-rpi-cm3-io3.dtb \
13			      bcm2837-rpi-zero-2-w.dtb
14
15subdir-y	+= bcmbca
16subdir-y	+= northstar2
17subdir-y	+= stingray
18

Indexes created Thu Nov 07 10:32:03 CST 2024