]> Git Repo - linux.git/commitdiff
sound: silent echo'ed messages in Makefile
authorAmerigo Wang <[email protected]>
Fri, 28 Jan 2011 08:52:00 +0000 (16:52 +0800)
committerTakashi Iwai <[email protected]>
Mon, 31 Jan 2011 10:28:53 +0000 (11:28 +0100)
Silent these echo's, please.

Signed-off-by: WANG Cong <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/oss/Makefile

index 96f14dcd0cd19e73bcf09f1f11321e88fb5829b3..90ffb99c6b17a8450fb580024a53efcba8e1b6e1 100644 (file)
@@ -87,7 +87,7 @@ ifeq ($(CONFIG_PSS_HAVE_BOOT),y)
        $(obj)/bin2hex pss_synth < $< > $@
 else
     $(obj)/pss_boot.h:
-       (                                                       \
+       $(Q)(                                                   \
            echo 'static unsigned char * pss_synth = NULL;';    \
            echo 'static int pss_synthLen = 0;';                \
        ) > $@
@@ -102,7 +102,7 @@ ifeq ($(CONFIG_TRIX_HAVE_BOOT),y)
        $(obj)/hex2hex -i trix_boot < $< > $@
 else
     $(obj)/trix_boot.h:
-       (                                                       \
+       $(Q)(                                                   \
            echo 'static unsigned char * trix_boot = NULL;';    \
            echo 'static int trix_boot_len = 0;';               \
        ) > $@
This page took 0.050598 seconds and 4 git commands to generate.