]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
+threefish +ubi
[avr-crypto-lib.git] / avr-makefile.inc
index 77cae4daaa5f44df15af6cc786a9bd6bd5b3a5b0..95e0228985e37fd8f31c53bd01199fef3eff50d3 100644 (file)
@@ -20,7 +20,7 @@ STAT_DIR       = stats/
 CC            = avr-gcc
 CSTD           = c99
 
-override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$(patsubst $(TESTSRC_DIR)%,%,$<)) -I. -gdwarf-2 -pedantic -std=$(CSTD) -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
+override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$(patsubst $(TESTSRC_DIR)%,%,$<)) -I. -Itest_src -gdwarf-2 -pedantic -std=$(CSTD) -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
 
 override LDFLAGS       = -gdwarf-2 -Wl,-Map,
 override ASFLAGS          = -mmcu=$(MCU_TARGET) -Wa,--gdwarf-2