From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Paolo Sabatino Date: Mon, 25 Mar 2024 19:38:38 +0100 Subject: [ARCHEOLOGY] rockchip: bump edge kernel to 6.8 > X-Git-Archeology: - Revision 47d2e8287e34fed3e47f37ab076d0f34ed0ac399: https://github.com/armbian/build/commit/47d2e8287e34fed3e47f37ab076d0f34ed0ac399 > X-Git-Archeology: Date: Mon, 25 Mar 2024 19:38:38 +0100 > X-Git-Archeology: From: Paolo Sabatino > X-Git-Archeology: Subject: rockchip: bump edge kernel to 6.8 > X-Git-Archeology: > X-Git-Archeology: - Revision 724573bf7a21e61b0b626f835031a4c3206bb8ba: https://github.com/armbian/build/commit/724573bf7a21e61b0b626f835031a4c3206bb8ba > X-Git-Archeology: Date: Wed, 05 Jun 2024 22:18:51 +0200 > X-Git-Archeology: From: Paolo Sabatino > X-Git-Archeology: Subject: bump rockchip family edge kernel to 6.9 > X-Git-Archeology: > X-Git-Archeology: - Revision 4ae0a958146810117050d0dbd359b99691a0fa0c: https://github.com/armbian/build/commit/4ae0a958146810117050d0dbd359b99691a0fa0c > X-Git-Archeology: Date: Mon, 22 Jul 2024 19:17:52 +0200 > X-Git-Archeology: From: Paolo Sabatino > X-Git-Archeology: Subject: rockchip64: bump edge kernel to 6.10 > X-Git-Archeology: --- tools/cgroup/Makefile | 11 ++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/cgroup/Makefile b/tools/cgroup/Makefile new file mode 100644 index 000000000000..111111111111 --- /dev/null +++ b/tools/cgroup/Makefile @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0 +# Makefile for cgroup tools + +CFLAGS = -Wall -Wextra + +all: cgroup_event_listener +%: %.c + $(CC) $(CFLAGS) -o $@ $^ + +clean: + $(RM) cgroup_event_listener -- Armbian