From 6ec8e1dc83432e944c8527b4d798db186bc0fb3b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 15 Jul 2012 12:07:37 +0800 Subject: [PATCH] Kernel/Modules - Removed "nothing to be done for 'install'" message for static modules --- KernelLand/Modules/Makefile.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/KernelLand/Modules/Makefile.tpl b/KernelLand/Modules/Makefile.tpl index 040ea7c1..6c6611e0 100644 --- a/KernelLand/Modules/Makefile.tpl +++ b/KernelLand/Modules/Makefile.tpl @@ -55,6 +55,7 @@ ifneq ($(BUILDTYPE),static) @gzip -c $(BIN) > $(BIN).gz $(xCP) $(BIN).gz $(DISTROOT)/$(ARCH)/Modules/$(NAME).kmd.gz else + @true endif -- 2.20.1