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:
Theodore Ateba 2017-09-16 14:02:09 +00:00
parent b3588b34c0
commit 18d0b140b8
1 changed files with 0 additions and 13 deletions

View File

@ -143,9 +143,6 @@ POST_MAKE_ALL_RULE_HOOK:
$(OBJS): | $(BUILDDIR) $(OBJDIR) $(LSTDIR) $(OBJS): | $(BUILDDIR) $(OBJDIR) $(LSTDIR)
#$(BUILDDIR):
# @mkdir -p $(BUILDDIR)
$(BUILDDIR): $(BUILDDIR):
ifneq ($(USE_VERBOSE_COMPILE),yes) ifneq ($(USE_VERBOSE_COMPILE),yes)
@echo Compiler Options @echo Compiler Options
@ -279,16 +276,6 @@ clean: CLEAN_RULE_HOOK
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 # Include the dependency files, should be the last of the makefile
# #