diff --git a/hello-world/Kbuild b/hello-world/Kbuild index 81d6dc88..aa9c0573 100644 --- a/hello-world/Kbuild +++ b/hello-world/Kbuild @@ -12,3 +12,4 @@ $(src)/target/x86_64-linux-kernel/debug/libhello_world.a: cargo_will_determine_d %.rust.o: target/x86_64-linux-kernel/debug/lib%.a $(LD) -r -o $@ --whole-archive $< + touch $(dir $@)/.$(notdir $@).cmd