X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest%2Favrtest.mk;h=a6ff97ff5ba53e580266093c5760638b2a155332;hb=ab3c5d37b28cb17c4d7ded2c311c138a1e3a673a;hp=bf71c968192590352fbd61c0a06809dbc0f3f573;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/app/test/avrtest.mk b/app/test/avrtest.mk index bf71c968..a6ff97ff 100644 --- a/app/test/avrtest.mk +++ b/app/test/avrtest.mk @@ -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 -