diff --git a/Makefile b/Makefile index 9c62ee24..9ffe0fd3 100644 --- a/Makefile +++ b/Makefile @@ -399,7 +399,12 @@ include base.mak # Listing of phony targets # -.PHONY: all build flash clean \ - boot boot_clean boot_flash btburn boot_btflash boot_flash\ - elf lss sym \ - showsize gccversion tbl f3_boot binall deploy format f3_all_btburn all_btburn f3_all_flash all_flash +.PHONY: all build clean \ + elf hex bin lss sym tbl \ + boot boot_flash boot_brburn \ + f3_boot f3_boot_flash f3_boot_btburn \ + f3 f3_flash f3_btburn \ + f1 f1_flash \ + f3_all_btburn all_btburn all_flash f3_all_flash \ + deploy \ + format diff --git a/base.mak b/base.mak index eac25290..589ae6b6 100644 --- a/base.mak +++ b/base.mak @@ -89,3 +89,5 @@ flash: $(TARGET).bin include toolchain.mak -include toolchain-user.mak + +.PHONY: gccversion showsize btburn flash diff --git a/bootloader/Makefile b/bootloader/Makefile index e22c3959..69385fe5 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -155,7 +155,5 @@ include base.mak # Listing of phony targets # -.PHONY: all build flash btfash clean \ - boot boot_clean boot_flash \ - elf lss sym \ - showsize gccversion +.PHONY: all build clean \ + elf hex bin lss sym diff --git a/f3_boot/Makefile b/f3_boot/Makefile index 7244bf17..f7905e4d 100644 --- a/f3_boot/Makefile +++ b/f3_boot/Makefile @@ -175,7 +175,5 @@ include base.mak # Listing of phony targets # -.PHONY: all build flash clean \ - boot boot_clean boot_flash btburn boot_btflash boot_flash\ - elf lss sym \ - showsize gccversion +.PHONY: all build clean \ + elf hex bin lss sym diff --git a/stm32f103/Makefile b/stm32f103/Makefile index 71c0690f..7fd49945 100644 --- a/stm32f103/Makefile +++ b/stm32f103/Makefile @@ -155,5 +155,4 @@ include toolchain.mak # Listing of phony targets # .PHONY: all build flash clean \ - elf lss sym \ - showsize gccversion + elf hex bin lss sym diff --git a/stm32f303/Makefile b/stm32f303/Makefile index 7abb22cd..dff1448b 100644 --- a/stm32f303/Makefile +++ b/stm32f303/Makefile @@ -227,7 +227,5 @@ include base.mak # Listing of phony targets # -.PHONY: all build flash clean \ - boot boot_clean boot_flash btburn boot_btflash boot_flash\ - elf lss sym \ - showsize gccversion tbl +.PHONY: all build clean \ + elf hex bin lss sym tbl