Kernel/Modules - Removed "nothing to be done for 'install'" message for static modules
authorJohn Hodge <[email protected]>
Sun, 15 Jul 2012 04:07:37 +0000 (12:07 +0800)
committerJohn Hodge <[email protected]>
Sun, 15 Jul 2012 04:08:03 +0000 (12:08 +0800)
KernelLand/Modules/Makefile.tpl

index 040ea7c..6c6611e 100644 (file)
@@ -55,6 +55,7 @@ ifneq ($(BUILDTYPE),static)
        @gzip -c $(BIN) > $(BIN).gz
        $(xCP) $(BIN).gz $(DISTROOT)/$(ARCH)/Modules/$(NAME).kmd.gz
 else
+       @true
 endif
 
 

UCC git Repository :: git.ucc.asn.au