From df7a06fa8797f4ea16d8cb7a4b028be55955ee47 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Fri, 14 Nov 2014 15:17:42 +0100 Subject: [PATCH] [build] remove unused load from phony list --- conf/Makefile.ardrone2 | 4 ++-- conf/Makefile.lpc21 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/Makefile.ardrone2 b/conf/Makefile.ardrone2 index 3a8967ef2a..2f92b83e9b 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 1e1654f52b..1315d58f29 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 #