From: matt mooney Date: Fri, 24 Sep 2010 19:17:24 +0000 (-0700) Subject: mmc: Makefile: Fix EXTRA_CFLAGS assignment X-Git-Tag: v2.6.37-rc1~65^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c502b84f734b36abdc9d11ec61f00016e98d33;p=pandora-kernel.git mmc: Makefile: Fix EXTRA_CFLAGS assignment The EXTRA_CFLAGS assignment in mmc/Makefile was not accomplishing anything because this flag only has effect on sources at the same level as the makefile (i.e., per directory). Since card/, core/, and host/ rely on MMC_DEBUG, the subdir-ccflags-y variant seems to be the appropriate choice. Signed-off-by: matt mooney Signed-off-by: Chris Ball --- Reading git-diff-tree failed