3 # Copyright 2006 Develer S.r.l. (http://www.develer.com/)
6 # Makefile fragment for DevLib triface application.
8 # Author: Bernardo Innocenti <bernie@develer.com>
11 # Revision 1.3 2006/06/12 21:37:02 marco
12 # implemented some commands (ver and sleep)
14 # Revision 1.2 2006/06/01 12:29:21 marco
15 # Add first simple protocol command (version request).
17 # Revision 1.1 2006/05/18 00:41:47 bernie
18 # New triface devlib application.
23 # Set to 1 for debug builds
26 # Our target application
30 app/triface/triface.c \
31 app/triface/protocol.c \
34 cpu/avr/drv/ser_avr.c \
43 triface_PCSRC += mware/formatwr.c
45 #triface_CFLAGS = -O3 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
46 triface_CFLAGS = -O0 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface -Icpu/avr
47 triface_MCU = atmega128
50 ifeq ($(triface_DEBUG),1)
51 triface_CFLAGS += -D_DEBUG
52 triface_PCSRC += drv/kdebug.c