[Details] Support swcmdq features. [Notice] Now swcmdq patch cause k61v1_64_basic_defconfig abi check fail, So k61v1_64_basic_defconfig is not enable swcmdq. Best solution maybe need to discuss with Google to make sure mmc layers code is not part of GKI kernel. Otherwise some features like otp/ffu/write_protect may cause abi check fail too. MTK-Commit-Id: dbdb14dc610b983659314a6f63748adb16841ff5 Change-Id: I485bdac2b486e68cd4d5520db3d4a32672db66c1 Signed-off-by: Gray Jia <gray.jia@mediatek.com> CR-Id: ALPS04133285 Feature: eMMC Boot Up
8 lines
182 B
Makefile
8 lines
182 B
Makefile
#
|
|
# Makefile for the kernel mmc device drivers.
|
|
#
|
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/include
|
|
|
|
obj-$(CONFIG_MMC) += core/
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|