We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059d6bd commit 8a56707Copy full SHA for 8a56707
Makefile
@@ -18,7 +18,7 @@ clean:
18
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
19
20
src/rust.o: Cargo.toml src/ffi.c src/lib.rs src/macros.rs src/mutex.rs src/parrot.rs
21
- xargo rustc --release --target=x86_64-linux-kernel
+ xargo rustc --release --target=x86_64-unknown-none-linuxkernel
22
mkdir -p rust_objs
23
- cd rust_objs && ar x ../target/x86_64-linux-kernel/release/librust.a
+ cd rust_objs && ar x ../target/x86_64-unknown-none-linuxkernel/release/librust.a
24
ld -r -o src/rust.o rust_objs/*.o
0 commit comments