AVR: Remove the programming target from the generic makefile rule.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10590 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b3588b34c0
commit
18d0b140b8
|
@ -143,9 +143,6 @@ POST_MAKE_ALL_RULE_HOOK:
|
|||
|
||||
$(OBJS): | $(BUILDDIR) $(OBJDIR) $(LSTDIR)
|
||||
|
||||
#$(BUILDDIR):
|
||||
# @mkdir -p $(BUILDDIR)
|
||||
|
||||
$(BUILDDIR):
|
||||
ifneq ($(USE_VERBOSE_COMPILE),yes)
|
||||
@echo Compiler Options
|
||||
|
@ -279,16 +276,6 @@ clean: CLEAN_RULE_HOOK
|
|||
|
||||
CLEAN_RULE_HOOK:
|
||||
|
||||
#
|
||||
# Programming rules.
|
||||
#
|
||||
# TODO: Make this generic according tool used to program.(avr, bosac, etc...).
|
||||
program: $(BUILDDIR)/$(PROJECT).hex $(BUILDDIR)/$(PROJECT).eep
|
||||
@echo
|
||||
@echo Programming $(MCU) device.
|
||||
$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM)
|
||||
@echo Done
|
||||
|
||||
#
|
||||
# Include the dependency files, should be the last of the makefile
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue