Searched refs:RUST_LIB_SRC (Results 1 – 3 of 3) sorted by relevance
45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library macro102 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE114 rustdoc-alloc: $(RUST_LIB_SRC)/alloc/src/lib.rs rustdoc-core rustdoc-compiler_builtins FORCE365 $(rustc_sysroot) $(RUST_LIB_SRC) $(KBUILD_EXTMOD) > \390 $(obj)/core.o: $(RUST_LIB_SRC)/core/src/lib.rs \404 $(obj)/alloc.o: $(RUST_LIB_SRC)/alloc/src/lib.rs $(obj)/compiler_builtins.o FORCE
254 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
77 RUST_LIB_SRC = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";