Skip to content

Commit

Permalink
chore: rm dep and update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 committed Jan 29, 2025
1 parent 90313fd commit 77311ca
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 817,117 deletions.
2 changes: 1 addition & 1 deletion selftest/struct-ops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CGO_LDFLAGS_STATIC = "$(shell PKG_CONFIG_PATH=$(LIBBPF_OBJDIR) $(PKGCONFIG) --st
CGO_EXTLDFLAGS_STATIC = '-w -extldflags "-static"'
SCX_FLAGS=-O2 -g -Wall -fpie -mcpu=v3 -mlittle-endian \
-I ../../libbpf/src/usr/include -I ../../libbpf/include/uapi \
-I dep/include -I dep/include/arch/x86 -I dep/include/bpf-compat -I dep/include/lib
-I /lib/modules/6.12.6/build/tools/sched_ext/include/scx -I /lib/modules/6.12.6/build/tools/sched_ext/include/bpf-compat

CGO_CFLAGS_DYN = "-I. -I/usr/include/"
CGO_LDFLAGS_DYN = "$(shell $(PKGCONFIG) --shared --libs libbpf)"
Expand Down
1 change: 0 additions & 1 deletion selftest/struct-ops/dep/include/.gitignore

This file was deleted.

Loading

0 comments on commit 77311ca

Please sign in to comment.