Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Makefile 其中是变量(如CONFIG_DM_MMC)";xxxxx defconfig文件";在u-boot和xFF1F中定义;_Makefile_Arm_Stm32_U Boot - Fatal编程技术网

Makefile 其中是变量(如CONFIG_DM_MMC)";xxxxx defconfig文件";在u-boot和xFF1F中定义;

Makefile 其中是变量(如CONFIG_DM_MMC)";xxxxx defconfig文件";在u-boot和xFF1F中定义;,makefile,arm,stm32,u-boot,Makefile,Arm,Stm32,U Boot,我在u-boot项目中找不到左边的oud变量 CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval" CONFIG_DM_MMC=y CONFIG_STM32_SDMMC2=y 屈服 grep -GHrn 'config DM_MMC' 这就是Kconfig文件,您可以在其中找到定义 是了解配置变量的良好开端。最好使用,例如,git grep-n'config DM_MMC'(假设最

我在u-boot项目中找不到左边的oud变量

CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
CONFIG_DM_MMC=y
CONFIG_STM32_SDMMC2=y
屈服

grep -GHrn 'config DM_MMC'
这就是Kconfig文件,您可以在其中找到定义


是了解配置变量的良好开端。

最好使用,例如,
git grep-n'config DM_MMC'
(假设最有可能的源代码是由
git clone派生的…
)。
drivers/mmc/Kconfig:26:config DM_MMC