Skip to content
Commit d3c502b8 authored by matt mooney's avatar matt mooney Committed by Chris Ball
Browse files

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: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 412ab659
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment