BUG: fix updater Makefile (rulde "usbasploader.raw:")
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Tue, 13 Nov 2012 17:00:24 +0000 (18:00 +0100)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Wed, 14 Nov 2012 20:54:33 +0000 (20:54 +0000)
commitbabf9e011fb2d81c7a9b3eac522ff02757ff1d40
treea7f1eaa5303b9aff28129846385c34f14171637d
parent0db1a1cb79f03eb600ed8ea4eebcd66631b4b12b
BUG: fix updater Makefile (rulde "usbasploader.raw:")

objectcopy (OBC) from raw to object needs command line parameter "-B <avr-architecture>"
In case of atmega1284p this arch is avr51 and not avr4X so it will crash in version v0.85.

Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Makefile.inc
updater/Makefile