From: Thomas Weißschuh Date: Fri, 27 Feb 2026 06:38:00 +0000 (+0100) Subject: kbuild: uapi: test linux/bpf_perf_event.h on powerpc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c9d3cc23b6564aa8898a9ba20b2abc7fc42eca;p=thirdparty%2Fkernel%2Fstable.git kbuild: uapi: test linux/bpf_perf_event.h on powerpc 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 --- diff --git a/usr/include/Makefile b/usr/include/Makefile index 6d86a53c6f0a3..595996eefcc60 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