Allow to customize OUTDIR in config.sh
Useful for custom build trees.
This commit is contained in:
parent
403b340f19
commit
a9f0ff441d
@ -17,7 +17,9 @@ export OBJCOPY=$ARDUINO/hardware/tools/avr/bin/avr-objcopy
|
|||||||
export OBJDUMP=$ARDUINO/hardware/tools/avr/bin/avr-objdump
|
export OBJDUMP=$ARDUINO/hardware/tools/avr/bin/avr-objdump
|
||||||
#
|
#
|
||||||
# Output folder:
|
# Output folder:
|
||||||
export OUTDIR="../../Prusa-Firmware-build"
|
if [ -z "$OUTDIR" ]; then
|
||||||
|
export OUTDIR="../../Prusa-Firmware-build"
|
||||||
|
fi
|
||||||
#
|
#
|
||||||
# Objects folder:
|
# Objects folder:
|
||||||
export OBJDIR="$OUTDIR/sketch"
|
export OBJDIR="$OUTDIR/sketch"
|
||||||
|
Loading…
Reference in New Issue
Block a user