diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-02-27 07:38:00 +0100 |
|---|---|---|
| committer | Nicolas Schier <nsc@kernel.org> | 2026-03-12 12:48:07 +0100 |
| commit | a8c9d3cc23b6564aa8898a9ba20b2abc7fc42eca (patch) | |
| tree | 0a88510bd3c90b518bfd44fa0c57ee4e1fc0d2e8 /usr | |
| parent | 47bca1cbf692b89defbf4db27495813f82d5e3ff (diff) | |
| download | linux-a8c9d3cc23b6564aa8898a9ba20b2abc7fc42eca.tar.gz linux-a8c9d3cc23b6564aa8898a9ba20b2abc7fc42eca.zip | |
kbuild: uapi: test linux/bpf_perf_event.h on powerpc
This header works now, so test it.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Tested-by: Nicolas Schier <nsc@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260227-kbuild-uapi-libc-v1-2-c17de0d19776@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>
Diffstat (limited to 'usr')
| -rw-r--r-- | usr/include/Makefile | 4 |
1 files changed, 0 insertions, 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 |
