mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
14 lines
328 B
Diff
14 lines
328 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d5cd754..db1c1d3 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -411,7 +411,7 @@ $(OUTPUT_DIR)/tracee.bpf.core.o: \
|
|
$(TRACEE_EBPF_OBJ_CORE_HEADERS)
|
|
#
|
|
$(MAKE) $(OUTPUT_DIR)/tracee.bpf
|
|
- $(CMD_CLANG) \
|
|
+ $(CMD_CLANG_BPF) \
|
|
-D__TARGET_ARCH_$(LINUX_ARCH) \
|
|
-D__BPF_TRACING__ \
|
|
-DCORE \
|