Skip to content

Commit 25ea03a

Browse files
author
Petter Reinholdtsen
committed
Added ebpf build rule mapping for s390x to s390.
This ensure the kernel headers are found during compilation.
1 parent aeb2018 commit 25ea03a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ebpf_prog/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ else ifeq ($(ARCH),armv8l)
2222
ARCH := arm
2323
else ifeq ($(ARCH),aarch64)
2424
ARCH := arm64
25+
else ifeq ($(ARCH),s390x)
26+
ARCH := s390
2527
endif
2628

2729
ifeq ($(ARCH),arm)

0 commit comments

Comments
 (0)