mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
tools/configure.sh: align tools/configure.sh with CmakeLists.txt
Add include patch to configure.sh when processing deconfig file to keep alignment with CmakeLists.txt Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
+2
-1
@@ -242,7 +242,8 @@ echo " Copy files"
|
||||
ln -sf ${src_makedefs} ${dest_makedefs} || \
|
||||
{ echo "Failed to symlink ${src_makedefs}" ; exit 8 ; }
|
||||
${TOPDIR}/tools/process_config.sh -I ${configpath}/../../common/configs \
|
||||
-I ${configpath}/../common -I ${configpath} -o ${dest_config} ${src_config}
|
||||
-I ${configpath}/../common -I ${configpath} -I ${TOPDIR}/../apps -I ${TOPDIR}/../nuttx-apps \
|
||||
-o ${dest_config} ${src_config}
|
||||
install -m 644 ${src_config} "${backup_config}" || \
|
||||
{ echo "Failed to backup ${src_config}" ; exit 10 ; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user