Skip to content

Commit 0eda687

Browse files
committed
ARM: samples seccomp no -m32
Signed-off-by: Robert Nelson <[email protected]>
1 parent 2107413 commit 0eda687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/seccomp/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ bpf-direct-objs := bpf-direct.o
2121
# Try to match the kernel target.
2222
ifndef CROSS_COMPILE
2323
ifndef CONFIG_64BIT
24+
ifndef CONFIG_ARM
2425

2526
# s390 has -m31 flag to build 31 bit binaries
2627
ifndef CONFIG_S390
@@ -47,3 +48,4 @@ ifndef CONFIG_MIPS
4748
always := $(hostprogs-m)
4849
endif
4950
endif
51+
endif

0 commit comments

Comments
 (0)