mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-03 23:37:40 -04:00
kbuild: uapi: don't compile test bpf_perf_event.h on xtensa
The xtensa UAPI headers do not provide 'struct pt_regs', triggering an error: usr/include/linux/bpf_perf_event.h:14:28: error: field 'regs' has incomplete type Disable the header tests for this file on xtensa. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Link: https://patch.msgid.link/20251223-uapi-nostdinc-v1-3-d91545d794f7@linutronix.de Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
committed by
Nathan Chancellor
parent
cc45d2ea5c
commit
e2772ba5f4
@@ -65,6 +65,10 @@ no-header-test += asm/uctx.h
|
||||
no-header-test += asm/fbio.h
|
||||
endif
|
||||
|
||||
ifeq ($(SRCARCH),xtensa)
|
||||
no-header-test += linux/bpf_perf_event.h
|
||||
endif
|
||||
|
||||
# asm-generic/*.h is used by asm/*.h, and should not be included directly
|
||||
no-header-test += asm-generic/%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user