Move ramp module to appropriate directory.
[bertos.git] / app / triface / triface.mk
index b7c19cc41968a156bff22fe71fa5f5f104645e6d..887acc8a1f1032b42739ccaa0dc9fa62045d8732 100644 (file)
@@ -40,10 +40,11 @@ triface_CSRC = \
 triface_PCSRC += mware/formatwr.c
 
 
-triface_CFLAGS = -O2 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface -Icpu/avr
+triface_CFLAGS = -O2 -D'ARCH=0' -fno-strict-aliasing -Iapp/triface/hw -Iapp/triface -Icpu/avr
 triface_LDFLAGS = -Wl
 
 triface_MCU = atmega64
+triface_CROSS = avr-
 
 # Debug stuff
 ifeq ($(triface_DEBUG),1)