aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/optiboot/omake.bat
diff options
context:
space:
mode:
authorWestfW <westfw@gmail.com>2011-06-09 22:36:05 -0700
committerWestfW <westfw@gmail.com>2011-06-09 22:36:05 -0700
commitbac72096b31cb5f7b063c3ae00dca237376995b5 (patch)
tree58094958622b08e0ca2f939d88037ef42ffbf4d8 /bootloaders/optiboot/omake.bat
parentf25e71c3c1e96d50ffd5684d0409890a2378d113 (diff)
Makefile modification to allow building optiboot in more environments.
Allows building within the Arduino Source tree, and within the Arduino IDE tree, as well as using CrossPack on Mac. Adds README.TXT to track arduino-specific changes (and documents the new build options.) This addresses Arduino issue: http://code.google.com/p/arduino/issues/detail?id=487 And optiboot issue http://code.google.com/p/optiboot/issues/detail?id=1 (which can be thought of as a subset of the Arduno issue.) Note that the binaries produced after these Makefile changes (using any of the compile environments) are identical to those produced by the crosspack-20100115 environment on a Mac.
Diffstat (limited to 'bootloaders/optiboot/omake.bat')
-rw-r--r--bootloaders/optiboot/omake.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloaders/optiboot/omake.bat b/bootloaders/optiboot/omake.bat
new file mode 100644
index 0000000..f6815da
--- /dev/null
+++ b/bootloaders/optiboot/omake.bat
@@ -0,0 +1 @@
+..\..\..\tools\avr\utils\bin\make OS=windows ENV=arduino %*