X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config.mk;h=604cd639b6d23374bf2d24a59547a7c58b9a427f;hb=4fff2b5aec13bb0b46d17e336a988a2212ec2104;hp=e78f4e13de16117a557256db35de76b2033222c2;hpb=afbca8635b31f43f936b87dca60d40cd4a974559;p=bertos.git diff --git a/config.mk b/config.mk old mode 100755 new mode 100644 index e78f4e13..604cd639 --- a/config.mk +++ b/config.mk @@ -10,6 +10,9 @@ # Author: Bernardo Innocenti # # $Log$ +# Revision 1.12 2007/09/29 16:57:39 bernie +# Better sparse support. +# # Revision 1.11 2007/09/29 15:54:14 bernie # Make demo Qt emulator compile again. # @@ -74,7 +77,7 @@ DEBUGCFLAGS = -ggdb # # define some variables based on the AVR base path in $(AVR) # -CROSS = #avr- +CROSS = arm-elf- CC = $(CROSS)gcc CXX = $(CROSS)g++ AS = $(CC) -x assembler-with-cpp @@ -86,6 +89,11 @@ RM = rm -f RM_R = rm -rf RN = mv MKDIR_P = mkdir -p +SHELL = /bin/sh +CHECKER = sparse +DOXYGEN = doxygen +AVRDUDE = avrdude +FLEXCAT = $(top_srcdir)/tools/flexcat/flexcat # For conversion from ELF to COFF for use in debugging / simulating in AVR Studio or VMLAB. COFFCONVERT=$(OBJCOPY) \ @@ -99,11 +107,6 @@ INCDIR = -I. -Ihw LIBDIR = lib OBJDIR = obj OUTDIR = images -SHELL = /bin/sh -DOXYGEN = doxygen -UISP = uisp -AVRDUDE = avrdude -FLEXCAT = $(top_srcdir)/tools/flexcat/flexcat # output format can be srec, ihex (avrobj is always created) FORMAT = srec