diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/mmc/Makefile')
-rw-r--r-- | ANDROID_3.4.5/drivers/mmc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/mmc/Makefile b/ANDROID_3.4.5/drivers/mmc/Makefile new file mode 100644 index 00000000..400756ec --- /dev/null +++ b/ANDROID_3.4.5/drivers/mmc/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the kernel mmc device drivers. +# + +subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG + +obj-$(CONFIG_MMC) += core/ +obj-$(CONFIG_MMC) += card/ +obj-$(subst m,y,$(CONFIG_MMC)) += host/ |