⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 spi driver code one marve
💻
字号:
## Makefile for MMC drivers### Bus driver#ifdef CONFIG_MMC_OPEN_SOURCEcore-objs		:= mmc.o mmc_queue.o mmc_sysfs.oelsecore-objs		:= mss_core.o endifobj-$(CONFIG_MMC)	+= core.o## Media driver# ifdef CONFIG_MMC_OPEN_SOURCEblock-objs		:= mmc_block.oelseblock-objs		:= mss_block.oendifobj-$(CONFIG_MMC_BLOCK)	+= block.oifndef CONFIG_MMC_OPEN_SOURCEsdio-objs		:= mss_sdio.oendifobj-$(CONFIG_CMMB_SDIO_DEVICE)	+= sdio.o## MMC protocol driver# ifndef CONFIG_MMC_OPEN_SOURCEobj-$(CONFIG_MMC_PROTOCOL)	+= mmc_protocol.oobj-$(CONFIG_SD_PROTOCOL)	+= sd_protocol.oobj-$(CONFIG_SDIO_PROTOCOL)	+= sdio_protocol.oendif## Host controller driver# ifdef	CONFIG_CPU_MONAHANSifdef CONFIG_MMC_OPEN_SOURCEobj-$(CONFIG_MMC) += pxamci.oelseobj-$(CONFIG_MMC) += mhn_controller.oendifendif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -