mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Updates for PIC32MX USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -165,4 +165,10 @@ if [ ! -z "${appdir}" ]; then
|
||||
echo "CONFIG_APPS_DIR=\"$appdir\"" >> "${TOPDIR}/.configX"
|
||||
fi
|
||||
fi
|
||||
|
||||
# install the final .configX only if it differs from the existing
|
||||
# .config file.
|
||||
|
||||
install -C "${TOPDIR}/.configX" "${TOPDIR}/.config"
|
||||
rm -f "${TOPDIR}/.configX"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user