nuttx/boards/arm/stm32/stm32f4discovery/scripts
Gregory Nutt 5d540f45da boards/arm/stm32/stm32f4discovery/scripts/Make.defs: Pre-calculate include paths
This is a change suggested by Xiao Xiang in an email thread.  Some make variables with depend on forking and shell and running a script to get the value of the variable.  Using := we can force the calculation to occur only once.  This leads to a small but consistent improvement in build performance.

This change really applies to ALL Make.defs files but is applied only to one here so that it can be thoroughly verified and possbily leveraged to other Make.defs files in the future.
2020-05-30 17:17:23 +01:00
..
gnu-elf.ld
kernel-space.ld
ld.script
Make.defs boards/arm/stm32/stm32f4discovery/scripts/Make.defs: Pre-calculate include paths 2020-05-30 17:17:23 +01:00
memory.ld
user-space.ld