From 69a9295099c968e9a30255ebfb420e40ad274a13 Mon Sep 17 00:00:00 2001 From: qwert Date: Thu, 17 Jul 2008 16:18:33 +0000 Subject: [PATCH] Remove deprecated boot.mk file. Now it's all in triface.mk git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1489 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/triface/boot/boot.mk | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 app/triface/boot/boot.mk diff --git a/app/triface/boot/boot.mk b/app/triface/boot/boot.mk deleted file mode 100644 index 30dc1b08..00000000 --- a/app/triface/boot/boot.mk +++ /dev/null @@ -1,39 +0,0 @@ -# -# $Id: boot.mk 15184 2007-02-16 15:09:23Z batt $ -# Copyright 2002, 2003, 2004 Develer S.r.l. (http://www.develer.com/) -# All rights reserved. -# -# Makefile fragment for boot application. -# -# Author: Bernardo Innocenti -# - - -# Set to 1 for debug builds -boot_DEBUG = 1 - -# Our target application -TRG += boot - -boot_MCU = atmega64 -boot_CSRC = \ - boot/main.c \ - mware/xmodem.c \ - drv/ser.c \ - cpu/avr/drv/ser_avr.c \ - cpu/avr/drv/flash_avr.c \ - drv/timer.c \ - algos/crc.c - -boot_CROSS = avr- -boot_CPPFLAGS = -D'ARCH=(ARCH_TRIFACE|ARCH_BOOT)' -Iboot -Icpu/avr -boot_CFLAGS = -Os -mcall-prologues -boot_LDSCRIPT = boot/boot.ld -boot_LDFLAGS = -Wl,--relax - -# Debug stuff -ifeq ($(boot_DEBUG),1) - boot_CFLAGS += -D_DEBUG - boot_PCSRC += drv/kdebug.c mware/formatwr.c -endif - -- 2.25.1