mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 03:57:45 +08:00
[build] remove unused load from phony list
This commit is contained in:
@@ -39,7 +39,7 @@ upload program: upload_extra $(OBJDIR)/$(TARGET).elf
|
|||||||
|
|
||||||
|
|
||||||
# Program the device and start it.
|
# Program the device and start it.
|
||||||
load2 upload2 program2: $(OBJDIR)/$(TARGET).elf
|
upload2 program2: $(OBJDIR)/$(TARGET).elf
|
||||||
|
|
||||||
# Kill the application
|
# Kill the application
|
||||||
-echo "killall -9 $(TARGET).elf" | telnet $(HOST)
|
-echo "killall -9 $(TARGET).elf" | telnet $(HOST)
|
||||||
@@ -82,4 +82,4 @@ ifeq ($(ARDRONE2_REBOOT),1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Listing of phony targets.
|
# Listing of phony targets.
|
||||||
.PHONY : upload_extra load upload program load2 upload2 program2
|
.PHONY : upload_extra upload program upload2 program2
|
||||||
|
|||||||
+1
-1
@@ -267,7 +267,7 @@ $(AOBJARM) : $(OBJDIR)/%.o : $(SRC_ARCH)/%.S
|
|||||||
|
|
||||||
|
|
||||||
# Listing of phony targets.
|
# Listing of phony targets.
|
||||||
.PHONY : all build elf hex lss sym load upload program
|
.PHONY : all build elf hex lss sym upload program
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user