X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Favrtest.mk;h=a6ff97ff5ba53e580266093c5760638b2a155332;hb=cf12c99e13194cb4e24cd60167a2275b98713b44;hp=45e1da34f4452b1b392c3b282738e1221eb00649;hpb=1c27595d863a195a7327b26ae7a3bd027a479f5a;p=bertos.git diff --git a/app/test/avrtest.mk b/app/test/avrtest.mk index 45e1da34..a6ff97ff 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,12 +28,5 @@ avrtest_CPPASRC = $(avr_ASRC) avrtest_PCSRC += bertos/mware/formatwr.c avrtest_CROSS = avr- -avrtest_CPPFLAGS = -D'ARCH=1' -Iapp/test -Ibertos/cpu/avr +avrtest_CPPFLAGS = -D'ARCH=ARCH_NIGHTTEST' -Iapp/test -Ibertos/cpu/avr avrtest_CFLAGS = -Os -mcall-prologues -fno-strict-aliasing - -# Debug stuff -ifeq ($(avrtest_DEBUG),1) - avrtest_CFLAGS += -D_DEBUG - avrtest_PCSRC += bertos/drv/kdebug.c -endif -