We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0daa0 commit e31d4aeCopy full SHA for e31d4ae
hello-world/Kbuild
@@ -12,3 +12,4 @@ $(src)/target/x86_64-linux-kernel/debug/libhello_world.a: cargo_will_determine_d
12
13
%.rust.o: target/x86_64-linux-kernel/debug/lib%.a
14
$(LD) -r -o $@ --whole-archive $<
15
+ touch $(dir $@)/.$(notdir $@).cmd
0 commit comments