From: proski Date: Fri, 6 Jun 2008 05:39:54 +0000 (+0000) Subject: Don't show comments while compiling X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=1b5e6019b178a07aa96136874886dfb7c3d2fea7;p=madwifi%2F.git Don't show comments while compiling git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3707 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath_hal/Makefile b/ath_hal/Makefile index 800d914..0f2dd52 100644 --- a/ath_hal/Makefile +++ b/ath_hal/Makefile @@ -85,8 +85,8 @@ ifdef LINUX24 else $(call if_changed,uudecode) endif - # Replace as many hashed names as possible with meaningful - # ones in the symbol table of the binary kernel module for HAL. +# Replace as many hashed names as possible with meaningful +# ones in the symbol table of the binary kernel module for HAL. $(filter-out -O binary -S,$(OBJCOPY)) \ `cat $(TOP)/scripts/hal_unmangle.objcopy` \ $(obj)/$(TARGET).hal.o