Skip to content

Commit

Permalink
bpf: apply workaround to compile BPFs
Browse files Browse the repository at this point in the history
More information on issue #672
  • Loading branch information
AltraMayor committed Mar 22, 2024
1 parent b73e448 commit 3f29aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copy: all
$(INSTALL) -m660 $(TARGETS) $(DESTDIR)

%.bpf: %.c
$(CC) $(CFLAGS) -o $@ -c $^
$(CC) $(CFLAGS) -o $@ -D RTE_FORCE_INTRINSICS -c $^

PHONY: cscope clean

Expand Down

0 comments on commit 3f29aa4

Please sign in to comment.