From: asterix Date: Fri, 6 Nov 2009 10:31:01 +0000 (+0000) Subject: Reformat and fix paste. X-Git-Tag: 2.4.0~90 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=393f95e5ad4729311c47d3f708faa76357e6fead;p=bertos.git Reformat and fix paste. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3107 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/triface/triface.mk b/examples/triface/triface.mk index 140dcc73..5341610a 100644 --- a/examples/triface/triface.mk +++ b/examples/triface/triface.mk @@ -55,8 +55,9 @@ triface_CSRC = \ triface_PCSRC += bertos/mware/formatwr.c -triface_CFLAGS = -O2 -D'ARCH=(ARCH_TRIFACE)' -D'CPU_FREQ=(14745600UL)' -D'WIZ_AUTOGEN' -fno-strict-aliasing -fwrapv -Iexamples/triface/boot -Ibertos/cpu/avr -ng -Iexamples/triface -Ibertos/cpu/avr +triface_CFLAGS = -O2 -D'ARCH=(ARCH_TRIFACE)' -D'CPU_FREQ=(14745600UL)' -D'WIZ_AUTOGEN' \ + -fno-strict-aliasing -fwrapv -Iexamples/triface -Ibertos/cpu/avr + triface_LDFLAGS = -Wl triface_PROGRAMMER_CPU = atmega1281 @@ -89,8 +90,9 @@ boot_CSRC = \ boot_PREFIX = avr- -boot_CPPFLAGS = -D'ARCH=(ARCH_TRIFACE|ARCH_BOOT)' -D'CPU_FREQ=(14745600UL)' -D'WIZ_AUTOGEN' -fno-strict-aliasing -fwrapv -Iexamples/triface/boot -Ibertos/cpu/avr - -Iexamples/triface/boot -Ibertos/cpu/avr +boot_CPPFLAGS = -D'ARCH=(ARCH_TRIFACE|ARCH_BOOT)' -D'CPU_FREQ=(14745600UL)' -D'WIZ_AUTOGEN' \ + -fno-strict-aliasing -fwrapv -Iexamples/triface/boot -Ibertos/cpu/avr + boot_CFLAGS = -Os -mcall-prologues boot_LDFLAGS = -Wl,--relax -Wl,--section-start=.text=$(BOOT_ADDR_START)