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 OR MIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) # Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) lima-y := \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	lima_drv.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	lima_device.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	lima_pmu.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	lima_l2_cache.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	lima_mmu.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	lima_gp.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	lima_pp.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	lima_gem.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	lima_vm.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	lima_sched.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	lima_ctx.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	lima_dlbu.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	lima_bcast.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	lima_trace.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	lima_devfreq.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) obj-$(CONFIG_DRM_LIMA) += lima.o