mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-18 03:44:27 +08:00
7d2d16ccf1
This currently supports: * SMP (via spin-tables) * AIC IRQs * Serial (with earlycon) * Framebuffer A number of properties are dynamic, and based on system firmware decisions that vary from version to version. These are expected to be filled in by the loader. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Hector Martin <marcan@marcan.st>
33 lines
632 B
Makefile
33 lines
632 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += actions
|
|
subdir-y += allwinner
|
|
subdir-y += altera
|
|
subdir-y += amazon
|
|
subdir-y += amd
|
|
subdir-y += amlogic
|
|
subdir-y += apm
|
|
subdir-y += apple
|
|
subdir-y += arm
|
|
subdir-y += bitmain
|
|
subdir-y += broadcom
|
|
subdir-y += cavium
|
|
subdir-y += exynos
|
|
subdir-y += freescale
|
|
subdir-y += hisilicon
|
|
subdir-y += intel
|
|
subdir-y += lg
|
|
subdir-y += marvell
|
|
subdir-y += mediatek
|
|
subdir-y += microchip
|
|
subdir-y += nvidia
|
|
subdir-y += qcom
|
|
subdir-y += realtek
|
|
subdir-y += renesas
|
|
subdir-y += rockchip
|
|
subdir-y += socionext
|
|
subdir-y += sprd
|
|
subdir-y += synaptics
|
|
subdir-y += ti
|
|
subdir-y += toshiba
|
|
subdir-y += xilinx
|