]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
integrated automatic testing scrips (1/2)
[avr-crypto-lib.git] / avr-makefile.inc
index f0ea6c8d22fabe6fcfe54ab439c4a3433aae03d3..3585afe3578eb8910393ec23b9abb961576a9274 100644 (file)
@@ -9,10 +9,13 @@ BIN_DIR        = bin/
 TESTBIN_DIR    = test_bin/
 #uisp -dprog=bsd -dlpt=/dev/parport1 --upload if=$(PRG).hex
 ERASECMD       = 
-
+TESTPORT       = /dev/ttyUSB1
+TESTPORTBAUDR  = 9600
+TESTLOG_DIR    = testlog/
+TESTPREFIX     = nessie-
 CC          = avr-gcc
 
-override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$^) -pedantic -std=c99 -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
+override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$<) -pedantic -std=c99 -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
 
 override LDFLAGS       = -Wl,-Map,
 override ASFLAGS          = -mmcu=$(MCU_TARGET)