optional build_scripts

This commit is contained in:
livello
2018-10-18 00:44:16 +03:00
parent 655ef79b5d
commit ab1ab64f77
10 changed files with 68 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/bash
export FLAGS="$FLAGS -DCONTROLLINO"
export FLAGS="$FLAGS -DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07"
CUSTOM_BUILD_FLAGS_FILE=custom-build-flags/build_flags_controllino.sh
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
source $CUSTOM_BUILD_FLAGS_FILE
fi
echo $FLAGS