[build] remove unused load from phony list

This commit is contained in:
Felix Ruess
2014-11-14 15:17:42 +01:00
parent e670d2b70c
commit df7a06fa87
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
#