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) CFLAGS += -Wall -pthread
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) all:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) TEST_FILES     := with_stress.sh
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) TEST_PROGS     := test_stress.sh
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) TEST_GEN_PROGS = test_memcontrol
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) TEST_GEN_PROGS += test_kmem
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) TEST_GEN_PROGS += test_core
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) TEST_GEN_PROGS += test_freezer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) include ../lib.mk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) $(OUTPUT)/test_memcontrol: cgroup_util.c ../clone3/clone3_selftests.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) $(OUTPUT)/test_kmem: cgroup_util.c ../clone3/clone3_selftests.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) $(OUTPUT)/test_core: cgroup_util.c ../clone3/clone3_selftests.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) $(OUTPUT)/test_freezer: cgroup_util.c ../clone3/clone3_selftests.h