diff options
author | Huacai Chen <chenhuacai@loongson.cn> | 2022-05-31 12:04:11 +0200 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2022-06-03 14:09:27 +0200 |
commit | fa96b57c149061f71a70bd6582d995f6424fbbf4 (patch) | |
tree | 05a9289473af2f3d9192f1d8aeeefb6b4f16eefb /arch/loongarch/pci | |
parent | LoongArch: Add writecombine support for drm (diff) | |
download | linux-fa96b57c149061f71a70bd6582d995f6424fbbf4.tar.xz linux-fa96b57c149061f71a70bd6582d995f6424fbbf4.zip |
LoongArch: Add build infrastructure
Add Kbuild, Makefile, Kconfig and link script for LoongArch build
infrastructure.
Reviewed-by: Guo Ren <guoren@kernel.org>
Reviewed-by: WANG Xuerui <git@xen0n.name>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/pci')
-rw-r--r-- | arch/loongarch/pci/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/loongarch/pci/Makefile b/arch/loongarch/pci/Makefile new file mode 100644 index 000000000000..8101ef3df71c --- /dev/null +++ b/arch/loongarch/pci/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the PCI specific kernel interface routines under Linux. +# + +obj-y += pci.o +obj-$(CONFIG_ACPI) += acpi.o |