kbuild: silence Nothing to be done for 'all' message
[firefly-linux-kernel-4.4.55.git] / scripts / Makefile.asm-generic
index 490122c3e2aaf4e3e7ef8580cfbe9f2033c86644..40caf3c26cd5abdb3b22493715ebba38aa691a8a 100644 (file)
@@ -17,6 +17,7 @@ quiet_cmd_wrap = WRAP    $@
 cmd_wrap = echo "\#include <asm-generic/$*.h>" >$@
 
 all: $(patsubst %, $(obj)/%, $(generic-y))
+       @:
 
 $(obj)/%.h:
        $(call cmd,wrap)