Skip to content

Commit

Permalink
修改mem_watcher结构
Browse files Browse the repository at this point in the history
  • Loading branch information
qcloud committed Jun 14, 2024
1 parent 838bc81 commit 1bdb21d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion eBPF_Supermarket/Memory_Subsystem/bpftool
Submodule bpftool deleted from 06c61e
1 change: 0 additions & 1 deletion eBPF_Supermarket/Memory_Subsystem/libbpf
Submodule libbpf deleted from 46eafb
4 changes: 2 additions & 2 deletions eBPF_Supermarket/Memory_Subsystem/mem_watcher/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
OUTPUT := .output
CLANG ?= clang
LIBBPF_SRC := $(abspath ../libbpf/src)
BPFTOOL_SRC := $(abspath ../bpftool/src)
LIBBPF_SRC := $(abspath ../../lib/libbpf/src)
BPFTOOL_SRC := $(abspath ../../lib/bpftool/src)
LIBBPF_OBJ := $(abspath $(OUTPUT)/libbpf.a)
BPFTOOL_OUTPUT ?= $(abspath $(OUTPUT)/bpftool)
BPFTOOL ?= $(BPFTOOL_OUTPUT)/bootstrap/bpftool
Expand Down

0 comments on commit 1bdb21d

Please sign in to comment.