From fc51115acee7a37141ec3bc9acbc2e09a8d5e77e Mon Sep 17 00:00:00 2001 From: "Enric M. Calvo" Date: Sun, 27 Feb 2011 17:14:27 +0100 Subject: [PATCH] optional lines in Makefile.common --- platform/z1/Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/z1/Makefile.common b/platform/z1/Makefile.common index eacb079d7..e60f13836 100644 --- a/platform/z1/Makefile.common +++ b/platform/z1/Makefile.common @@ -1,7 +1,11 @@ # $Id: Makefile.z1,v 1.5 2011/02/26 enricmcalvo Exp $ +#PROJECT_SOURCEFILES += i2cmaster.c adxl345.c CFLAGS+=-Os -g CLEAN += symbols.c symbols.h +#CFLAGS += -ffunction-sections +#LDFLAGS += -Wl,--gc-sections,--undefined=_reset_vector__,--undefined=InterruptVectors,--undefined=_copy_data_init__,--undefined=_clear_bss_init__,--undefined=_end_of_init__ + ARCH=msp430.c leds.c watchdog.c xmem.c \ spix.c cc2420.c cc2420-aes.c cc2420-arch.c cc2420-arch-sfd.c\