Skip to content

Commit

Permalink
riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage
Browse files Browse the repository at this point in the history
I can compile this for ARCH=riscv with CONFIG_UAPI_HEADER_TEST=y.

Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
  • Loading branch information
masahir0y authored and arndb committed May 13, 2022
1 parent 02a6e4b commit 5c41778
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ no-header-test += asm/stat.h
no-header-test += linux/bpf_perf_event.h
endif

ifeq ($(SRCARCH),riscv)
no-header-test += linux/bpf_perf_event.h
endif

ifeq ($(SRCARCH),sparc)
no-header-test += asm/stat.h
no-header-test += asm/uctx.h
Expand Down

0 comments on commit 5c41778

Please sign in to comment.