memstick: change to new flag variable
authormatt mooney <mfm@muteddisk.com>
Fri, 14 Jan 2011 14:12:42 +0000 (06:12 -0800)
committerMichal Marek <mmarek@suse.cz>
Thu, 17 Mar 2011 13:05:34 +0000 (14:05 +0100)
commit41d9c644fc4dd5fa399682c0f8d0d1f79b77a199
tree45ce8fc5f1db2948c6fa94c7f9ca006a7ba55811
parentf656c25b71b986b98dce2f8d268524f792b7e43f
memstick: change to new flag variable

The EXTRA_CFLAGS assignment in memstick/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 both core/ and host/ rely
on MEMSTICK_DEBUG, the subdir-ccflags-y variant seems to be the
appropriate choice.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
drivers/memstick/Makefile
drivers/memstick/core/Makefile
drivers/memstick/host/Makefile