commit | d3c502b84f734b36abdc9d11ec61f00016e98d33 | [log] [tgz] |
---|---|---|
author | matt mooney <mfm@muteddisk.com> | Fri Sep 24 12:17:24 2010 -0700 |
committer | Chris Ball <cjb@laptop.org> | Sat Oct 23 21:11:15 2010 +0800 |
tree | 6fa78e27c579591aa9e6020cad9acaca8d9b006f | |
parent | 412ab659b2bdad6afac8f84daf2a8a393145dcae [diff] |
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>