mmc: Makefile: Fix EXTRA_CFLAGS assignment
authormatt mooney <mfm@muteddisk.com>
Fri, 24 Sep 2010 19:17:24 +0000 (12:17 -0700)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:15 +0000 (21:11 +0800)
commitd3c502b84f734b36abdc9d11ec61f00016e98d33
tree6fa78e27c579591aa9e6020cad9acaca8d9b006f
parent412ab659b2bdad6afac8f84daf2a8a393145dcae
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 <mfm@muteddisk.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/Makefile
drivers/mmc/card/Makefile
drivers/mmc/core/Makefile
drivers/mmc/host/Makefile