From a8c9d3cc23b6564aa8898a9ba20b2abc7fc42eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 27 Feb 2026 07:38:00 +0100 Subject: [PATCH] kbuild: uapi: test linux/bpf_perf_event.h on powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This header works now, so test it. Signed-off-by: Thomas Weißschuh Reviewed-by: Nathan Chancellor Reviewed-by: Nicolas Schier Tested-by: Nicolas Schier Acked-by: Arnd Bergmann Link: https://patch.msgid.link/20260227-kbuild-uapi-libc-v1-2-c17de0d19776@weissschuh.net Signed-off-by: Nicolas Schier --- usr/include/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr/include/Makefile b/usr/include/Makefile index 6d86a53c6f0a..595996eefcc6 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -56,10 +56,6 @@ ifeq ($(SRCARCH),openrisc) no-header-test += linux/bpf_perf_event.h endif -ifeq ($(SRCARCH),powerpc) -no-header-test += linux/bpf_perf_event.h -endif - ifeq ($(SRCARCH),sparc) no-header-test += asm/uctx.h no-header-test += asm/fbio.h