diff --git a/conf/Makefile.ardrone2 b/conf/Makefile.ardrone2 index 3a8967ef2aa..2f92b83e9b4 100644 --- a/conf/Makefile.ardrone2 +++ b/conf/Makefile.ardrone2 @@ -39,7 +39,7 @@ upload program: upload_extra $(OBJDIR)/$(TARGET).elf # Program the device and start it. -load2 upload2 program2: $(OBJDIR)/$(TARGET).elf +upload2 program2: $(OBJDIR)/$(TARGET).elf # Kill the application -echo "killall -9 $(TARGET).elf" | telnet $(HOST) @@ -82,4 +82,4 @@ ifeq ($(ARDRONE2_REBOOT),1) endif # Listing of phony targets. -.PHONY : upload_extra load upload program load2 upload2 program2 +.PHONY : upload_extra upload program upload2 program2 diff --git a/conf/Makefile.lpc21 b/conf/Makefile.lpc21 index 1e1654f52b8..1315d58f299 100644 --- a/conf/Makefile.lpc21 +++ b/conf/Makefile.lpc21 @@ -267,7 +267,7 @@ $(AOBJARM) : $(OBJDIR)/%.o : $(SRC_ARCH)/%.S # Listing of phony targets. -.PHONY : all build elf hex lss sym load upload program +.PHONY : all build elf hex lss sym upload program #