fix: build-error on atmega128
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Thu, 7 Nov 2013 15:26:51 +0000 (16:26 +0100)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Thu, 7 Nov 2013 15:45:19 +0000 (15:45 +0000)
commit8fbc39558cf30f731948f6d10a07987484284b62
treee0a0c80446aa6bf2fcd3da03d35864645a949bfd
parent3e8387dcfe45fa59d9ceab898a163d5630e247b9
fix: build-error on atmega128

Since MCUSR and some other Macros (from boot.h) are marked as
depreciated, gcc will fail to compile.
Solve by deactivating poison-pragma: __AVR_LIBC_DEPRECATED_ENABLE__

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