Skip to content

Commit c07f3ad

Browse files
committed
fix targetspec path
1 parent 13f2876 commit c07f3ad

File tree

9 files changed

+8
-492
lines changed

9 files changed

+8
-492
lines changed

Cargo.lock

Lines changed: 0 additions & 349 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,7 @@ KBUILD_RUSTCFLAGS :=
514514
KBUILD_CARGOFLAGS := $(CARGO_VERBOSE) --locked \
515515
-Z build-std=core,alloc \
516516
-Z unstable-options \
517-
--target=$(PWD)/$(srctree)/arch/$(SRCARCH)/rust/target.json \
518-
--out-dir=out
517+
--target=$(srctree)/arch/$(SRCARCH)/rust/target.json
519518
KBUILD_AFLAGS_KERNEL :=
520519
KBUILD_CFLAGS_KERNEL :=
521520
KBUILD_RUSTCFLAGS_KERNEL :=

gawk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/4z79ipgxqn80ns7mpax25zmb77i3ndfw-gawk-5.1.0

gawk-info

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/fg6ncai4z3clxcqpv2c50zs8fa67kxn5-gawk-5.1.0-info

gawk-man

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/yyjfbf5zn2lz0zbm4q9nixcj20xick3b-gawk-5.1.0-man

0 commit comments

Comments
 (0)