@ -456,7 +456,7 @@ ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS)
# Default target.
all : begin gccversion sizebefore build checkinvalidevents showliboptions showtarget sizeafter end
all : begin gccversion sizebefore build showliboptions showtarget sizeafter end
# Change the build target to build a HEX file or a library.
build : elf hex eep lss sym
@ -499,17 +499,6 @@ sizeafter:
@if test -f $( TARGET) .elf; then echo; echo $( MSG_SIZE_AFTER) ; $( ELFSIZE) ; \
2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst :
@$( MAKE) -C $( LUFA_PATH) /LUFA/ LUFA_Events.lst
checkinvalidevents : $( LUFA_PATH ) /LUFA /LUFA_Events .lst
@echo
@echo Checking for invalid events...
@$( shell) avr-nm $( OBJ) | sed -n -e 's/^.*EVENT_/EVENT_/p' | \
grep -F -v --file= $( LUFA_PATH) /LUFA/LUFA_Events.lst > InvalidEvents.tmp || true
@sed -n -e 's/^/ WARNING - INVALID EVENT NAME: /p' InvalidEvents.tmp
@if test -s InvalidEvents.tmp; then exit 1; fi
showliboptions :
@echo
@echo ---- Compile Time Library Options ----
@ -731,8 +720,8 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
# Listing of phony targets.
.PHONY : all checkinvalidevents showliboptions \
s h o w t a r g e t b e g i n f i n i s h e n d s i z e b e f o r e s i z e a f t e r \
g c c v e r s i o n b u i l d e l f h e x e e p l s s s y m c o f f e x t c o f f \
p r o g r a m d f u f l i p f l i p - e e d f u - e e c l e a n d e b u g \
c l e a n _ l i s t c l e a n _ b i n a r y c l e a n _ d o x y g e n g d b - c o n f i g \ n d o x y g e n
.PHONY : all showliboptions showtarget begin \
f i n i s h e n d s i z e b e f o r e s i z e a f t e r g c c v e r s i o n b u i l d \
e l f h e x e e p l s s s y m c o f f e x t c o f f p r o g r a m d f u f l i p \
f l i p - e e d f u - e e c l e a n d e b u g c l e a n _ l i s t c l e a n _ b i n a r y \
c l e a n _ d o x y g e n g d b - c o n f i g d o x y g e n