X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr-demo%2FMakefile;h=e21ad0471ea85465d89838c267830ab70fc6d0f8;hb=debian;hp=0aca6f8af6252447d07224cd660646fbfd432650;hpb=b340cbf1403a5f5b181a215935f713a50da8e5e4;p=fw%2Faltos diff --git a/src/avr-demo/Makefile b/src/avr-demo/Makefile index 0aca6f8a..2f3a0750 100644 --- a/src/avr-demo/Makefile +++ b/src/avr-demo/Makefile @@ -47,7 +47,7 @@ MCU=atmega32u4 PRODUCT_DEF=-DAVR_DEMO IDPRODUCT=0x000a CFLAGS = $(PRODUCT_DEF) -I. -I../avr -I../kernel -I.. -CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -Os -mcall-prologues +CFLAGS += -mmcu=$(MCU) -Wall -Wstrict-prototypes -mcall-prologues NICKLE=nickle