Specify entrypoint when building rust programs
This commit is contained in:
parent
c2add08efb
commit
a6773ad442
|
@ -50,6 +50,7 @@ LLD_FLAGS := \
|
|||
-shared \
|
||||
--Bdynamic \
|
||||
$(LOCAL_PATH)bpf.ld \
|
||||
--entry entrypoint \
|
||||
|
||||
OBJ_COPY_FLAGS := \
|
||||
--remove-section .eh_frame \
|
||||
|
|
Loading…
Reference in New Issue