41d9c644fc
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>
7 lines
151 B
Makefile
7 lines
151 B
Makefile
#
|
|
# Makefile for MemoryStick host controller drivers
|
|
#
|
|
|
|
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
|
|
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
|