From e31d4aee6efa3fb7791ac470ac37486862c86b6c Mon Sep 17 00:00:00 2001 From: Boris-Chengbiao Zhou Date: Fri, 28 Aug 2020 17:20:05 +0200 Subject: [PATCH] Create empty .cmd file to please modpost Fixes #230 --- hello-world/Kbuild | 1 + 1 file changed, 1 insertion(+) 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