Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Makefile for the linux kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) # Object file lists.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) obj-y			:= common.o dma.o isa-irq.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) pci-y			+= dc21285.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) pci-$(CONFIG_ARCH_CATS) += cats-pci.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) obj-$(CONFIG_PCI)	+=$(pci-y)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) obj-$(CONFIG_ISA)	+= isa.o isa-rtc.o