1 # SPDX-License-Identifier: GPL-2.0 2 3 # Enables support for device-tree overlays 4 DTC_FLAGS := -@ 5 6 dtb-$(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 15 subdir-y += bcmbca 16 subdir-y += northstar2 17 subdir-y += stingray
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.