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) # Makefile for the Sun Boot PROM interface library under
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Linux.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) asflags := -ansi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) ccflags := -Werror
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) lib-y                 := bootstr_$(BITS).o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) lib-y                 += init_$(BITS).o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) lib-$(CONFIG_SPARC32) += memory.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) lib-y                 += misc_$(BITS).o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) lib-$(CONFIG_SPARC32) += mp.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) lib-$(CONFIG_SPARC32) += ranges.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) lib-y                 += console_$(BITS).o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) lib-y                 += printf.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) lib-y                 += tree_$(BITS).o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) lib-$(CONFIG_SPARC64) += p1275.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) lib-$(CONFIG_SPARC64) += cif.o