aboutsummaryrefslogtreecommitdiff
path: root/bin/build.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2016-09-09 14:50:00 -0600
committerSelene ToyKeeper2016-09-09 14:50:00 -0600
commit149b7f3c9a9c3dd1a95d54f345f8440f4cd96c34 (patch)
tree6663c8d8902014e04dcb56ac03c03bd86a179222 /bin/build.sh
parentmerged trunk (diff)
parentlevel_calc minor formatting fix (diff)
downloadanduril-149b7f3c9a9c3dd1a95d54f345f8440f4cd96c34.tar.gz
anduril-149b7f3c9a9c3dd1a95d54f345f8440f4cd96c34.tar.bz2
anduril-149b7f3c9a9c3dd1a95d54f345f8440f4cd96c34.zip
Merged bistro and bistro-tripledown updates.
Includes a new level_calc.py and some other script updates too.
Diffstat (limited to 'bin/build.sh')
-rwxr-xr-xbin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 0d53b57..68f981d 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -8,7 +8,7 @@ export ATTINY=13
export MCU=attiny$ATTINY
export CC=avr-gcc
export OBJCOPY=avr-objcopy
-export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.."
+export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.. -I../.. -I../../.."
export OFLAGS="-Wall -g -Os -mmcu=$MCU"
export LDFLAGS=
export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex'