Skip to content

Commit 875c64c

Browse files
committed
tools/configure.sh: add relative path
support #include "../ap/defconfig" in defconfig Signed-off-by: ligd <liguiding1@xiaomi.com>
1 parent 933e066 commit 875c64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ echo " Copy files"
242242
ln -sf ${src_makedefs} ${dest_makedefs} || \
243243
{ echo "Failed to symlink ${src_makedefs}" ; exit 8 ; }
244244
${TOPDIR}/tools/process_config.sh -I ${configpath}/../../common/configs \
245-
-I ${configpath}/../common -o ${dest_config} ${src_config}
245+
-I ${configpath}/../common -I ${configpath} -o ${dest_config} ${src_config}
246246
install -m 644 ${src_config} "${backup_config}" || \
247247
{ echo "Failed to backup ${src_config}" ; exit 10 ; }
248248

0 commit comments

Comments
 (0)