aboutsummaryrefslogtreecommitdiff
path: root/platform.txt
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2012-06-26 00:52:05 +0200
committerCristian Maglie <c.maglie@bug.st>2012-06-26 00:52:05 +0200
commit31c24577835b0a9c7a1291ffbda1b61d96818511 (patch)
tree1f6d9725b59aa02e5400a8117eeec3206d88047d /platform.txt
parent79521e1a15f4d8778b07477cf1f61b6c0e74b7b9 (diff)
Added default extra_flags parameter to allow build on all boards
Diffstat (limited to 'platform.txt')
-rw-r--r--platform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform.txt b/platform.txt
index f3f45bd..557b2d3 100644
--- a/platform.txt
+++ b/platform.txt
@@ -20,6 +20,8 @@ compiler.elf2hex.flags=-O ihex -R .eeprom
compiler.elf2hex.cmd=avr-objcopy
compiler.ldflags=
compiler.size.cmd=avr-size
+# this can be overriden in boards.txt
+build.extra_flags=
# AVR compile patterns
# --------------------