Skip to content

Commit

Permalink
更新mk
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaibo committed Jun 24, 2024
1 parent 6bf1d31 commit 29b0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eBPF_Supermarket/kvm_watcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ vmlinux: $(BPFTOOL)
deps:
$(call msg,INSTALL,$@)
sudo apt-get update && \
sudo apt-get install -y clang libpcap-dev gcc-multilib build-essential lolcat qemu-kvm wget
sudo apt-get install -y clang libelf-dev libpcap-dev gcc-multilib build-essential lolcat qemu-kvm wget

# Build libbpf
$(LIBBPF_OBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(OUTPUT)/libbpf
Expand Down

0 comments on commit 29b0531

Please sign in to comment.