Skip to content

Commit c34c5af

Browse files
committed
fix targetspec path
Signed-off-by: Finn Behrens <[email protected]>
1 parent 13f2876 commit c34c5af

File tree

4 files changed

+1
-490
lines changed

4 files changed

+1
-490
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 :=

rust/kernel/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ publish = false
1111
bitflags = "1"
1212
module = { path = "../module" }
1313

14-
[build-dependencies]
15-
bindgen = "0.54"
16-
shlex = { path = "../shlex" }
17-

0 commit comments

Comments
 (0)