Home
last modified time | relevance | path

Searched refs:CRYPTO_LIBS (Results 1 – 1 of 1) sorted by relevance

/linux/tools/bpf/bpftool/
H A DMakefile115 CRYPTO_LIBS := -lcrypto macro
156 LIBS = $(LIBBPF) -lelf $(CRYPTO_LIBS) -lz
157 LIBS_BOOTSTRAP = $(LIBBPF_BOOTSTRAP) -lelf $(CRYPTO_LIBS) -lz
233 …ddprefix $(BOOTSTRAP_OUTPUT),main.o common.o json_writer.o gen.o btf.o $(if $(CRYPTO_LIBS),sign.o))