uboot中 各个c文件是怎么读取 uboot/include/configs/(board name).h里定义的宏。
uboot中 各个c文件是怎么读取 uboot/include/configs/(board name).h里定义的宏。
日期:2022-04-09 07:37:59 人气:1
makefile文件里面有个include $(TOPDIR)/config.mk
而在你第一次make xxx.config时会向config.mk中写入include xxx.h
而在你第一次make xxx.config时会向config.mk中写入include xxx.h