Skip to content

Commit

Permalink
makefile: fix wrong makefile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed Jun 3, 2022
1 parent 2a7b124 commit a188c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ $(OUTPUT_DIR)/tracee.bpf.$(BPF_NOCORE_TAG).o: \
$(OUTPUT_DIR)/libbpf/libbpf.a \
$(TRACEE_EBPF_OBJ_SRC)
#
MAKEFLAGS="--no-print-directory -j $(nproc)" $(MAKE) $(OUTPUT_DIR)/tracee.bpf
MAKEFLAGS="--no-print-directory" $(MAKE) $(OUTPUT_DIR)/tracee.bpf
$(CMD_CLANG) -S -nostdinc \
-D__TARGET_ARCH_$(LINUX_ARCH) \
-D__BPF_TRACING__ \
Expand Down

0 comments on commit a188c27

Please sign in to comment.