mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
d843dd530d
Add a device tree include file for the Microsemi Ocelot SoC. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Allan Nielsen <Allan.Nielsen@microsemi.com> Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/18855/ Signed-off-by: James Hogan <jhogan@kernel.org>
17 lines
333 B
Makefile
17 lines
333 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += brcm
|
|
subdir-y += cavium-octeon
|
|
subdir-y += img
|
|
subdir-y += ingenic
|
|
subdir-y += lantiq
|
|
subdir-y += mscc
|
|
subdir-y += mti
|
|
subdir-y += netlogic
|
|
subdir-y += ni
|
|
subdir-y += pic32
|
|
subdir-y += qca
|
|
subdir-y += ralink
|
|
subdir-y += xilfpga
|
|
|
|
obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
|