Rename myself
[bertos.git] / app / triface / triface.mk
index 9e89cf6c06940bb95683b171013e209a9919a25c..8c8d566a45fcc14054b5c2398ee8cd063afc5e44 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Makefile fragment for DevLib triface application.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 #
 
@@ -59,7 +59,7 @@ endif
 
 boot_EMBEDDED_TGT = 1
 # Set to 1 for debug builds
-boot_DEBUG = 1
+boot_DEBUG = 0
 
 # Our target application
 TRG += boot
@@ -67,15 +67,17 @@ TRG += boot
 boot_MCU = atmega64
 boot_CSRC = \
        app/triface/boot/main.c \
-       bertos/mware/xmodem.c \
+       bertos/net/xmodem.c \
        bertos/drv/ser.c \
        bertos/cpu/avr/drv/ser_avr.c \
        bertos/cpu/avr/drv/flash_avr.c \
        bertos/drv/timer.c \
-       bertos/algos/crc.c
-
+       bertos/algo/crc.c \
+       bertos/mware/hex.c \
+    bertos/kern/kfile.c \
+    #
 boot_CROSS = avr-
-boot_CPPFLAGS = -D'ARCH=(ARCH_TRIFACE|ARCH_BOOT)' -Iapp/boot -Ibertos/cpu/avr
+boot_CPPFLAGS = -D'ARCH=(ARCH_TRIFACE|ARCH_BOOT)' -Iapp/triface/boot -Ibertos/cpu/avr
 boot_CFLAGS = -Os -mcall-prologues
 boot_LDSCRIPT = app/triface/boot/boot.ld
 boot_LDFLAGS = -Wl,--relax