X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Favrtest.mk;h=bf71c968192590352fbd61c0a06809dbc0f3f573;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=49129fbb482652ed5d77e77870bf67261fe7ad2c;hpb=a41152d79cfa6286e6fb3255dc2d98f5c3562cb6;p=bertos.git diff --git a/app/test/avrtest.mk b/app/test/avrtest.mk index 49129fbb..bf71c968 100644 --- a/app/test/avrtest.mk +++ b/app/test/avrtest.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib avrtest application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # @@ -28,7 +28,7 @@ avrtest_CPPASRC = $(avr_ASRC) avrtest_PCSRC += bertos/mware/formatwr.c avrtest_CROSS = avr- -avrtest_CPPFLAGS = -D'ARCH=1' -Iapp/test -Ibertos/cpu/avr -Ibertos/hw +avrtest_CPPFLAGS = -D'ARCH=1' -Iapp/test -Ibertos/cpu/avr avrtest_CFLAGS = -Os -mcall-prologues -fno-strict-aliasing # Debug stuff