From: matt mooney Date: Fri, 14 Jan 2011 14:12:42 +0000 (-0800) Subject: memstick: change to new flag variable X-Git-Tag: v2.6.39-rc1~404^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d9c644fc4dd5fa399682c0f8d0d1f79b77a199;p=pandora-kernel.git 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 Acked-by: WANG Cong Signed-off-by: Michal Marek --- Reading git-diff-tree failed