X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Ftriface.mk;h=be38898e3844a8184952bfcca363cded8db1601a;hb=fff51d0f659a22f994cd8cb1d2a58a46ae981e2d;hp=c1d095dccef8eb111165a11964103468a2a6af9f;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/app/triface/triface.mk b/app/triface/triface.mk index c1d095dc..be38898e 100644 --- a/app/triface/triface.mk +++ b/app/triface/triface.mk @@ -7,18 +7,6 @@ # # Author: Bernardo Innocenti # -# $Log$ -# Revision 1.3 2006/06/12 21:37:02 marco -# implemented some commands (ver and sleep) -# -# 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 @@ -31,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 \ @@ -43,7 +31,7 @@ triface_CSRC = \ triface_PCSRC += mware/formatwr.c #triface_CFLAGS = -O3 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface -triface_CFLAGS = -O0 -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