Skip to content

Commit

Permalink
[build] remove unused load from phony list
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 14, 2014
1 parent e670d2b commit df7a06f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/Makefile.ardrone2
Expand Up @@ -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)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion conf/Makefile.lpc21
Expand Up @@ -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


#
Expand Down

0 comments on commit df7a06f

Please sign in to comment.