Cleaned up parameter groups in Makefile. (#9116)

Cleaned up parameter groups in Makefile.
This commit is contained in:
Michael Keller 2019-10-31 01:14:35 +13:00 committed by GitHub
commit fadc45cbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -339,8 +339,7 @@ SIZE_OPTIMISED_SRC := $(SIZE_OPTIMISED_SRC) \
io/vtx_control.c \ io/vtx_control.c \
io/spektrum_vtx_control.c \ io/spektrum_vtx_control.c \
osd/osd.c \ osd/osd.c \
osd/osd_elements.c \ osd/osd_elements.c
pg/pg.h
# F4 and F7 optimizations # F4 and F7 optimizations
ifneq ($(TARGET),$(filter $(TARGET),$(F3_TARGETS))) ifneq ($(TARGET),$(filter $(TARGET),$(F3_TARGETS)))
@ -385,7 +384,6 @@ SRC += \
drivers/flash_w25n01g.c \ drivers/flash_w25n01g.c \
drivers/flash_w25m.c \ drivers/flash_w25m.c \
io/flashfs.c \ io/flashfs.c \
pg/flash.c \
$(MSC_SRC) $(MSC_SRC)
endif endif
@ -411,7 +409,6 @@ SRC += \
drivers/sdcard_standard.c \ drivers/sdcard_standard.c \
io/asyncfatfs/asyncfatfs.c \ io/asyncfatfs/asyncfatfs.c \
io/asyncfatfs/fat_standard.c \ io/asyncfatfs/fat_standard.c \
pg/sdio.c \
$(MSC_SRC) $(MSC_SRC)
endif endif