Add reopen test.
[bertos.git] / app / triface / triface.mk
old mode 100755 (executable)
new mode 100644 (file)
index 79b5223..be38898
@@ -7,15 +7,6 @@
 #
 # Author: Bernardo Innocenti <bernie@develer.com>
 #
-# $Log$
-# Revision 1.2  2006/06/01 12:29:21  marco
-# Add first simple protocol command (version request).
-#
-# Revision 1.1  2006/05/18 00:41:47  bernie
-# New triface devlib application.
-#
-#
-
 
 # Set to 1 for debug builds
 triface_DEBUG = 1
@@ -28,7 +19,7 @@ triface_CSRC = \
        app/triface/protocol.c \
        drv/timer.c \
        drv/ser.c \
-       drv/ser_avr.c \
+       cpu/avr/drv/ser_avr.c \
        mware/formatwr.c \
        mware/hex.c \
        mware/hashtable.c \
@@ -39,7 +30,8 @@ triface_CSRC = \
 
 triface_PCSRC += mware/formatwr.c
 
-triface_CFLAGS = -Os -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
+#triface_CFLAGS = -O3 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
+triface_CFLAGS = -O0 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface -Icpu/avr
 triface_MCU = atmega128
 
 # Debug stuff