mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-11 01:54:14 +01:00
OP-954 Fixes from review:
- CopterControl target fix - tabs in Nakefiles - Removed duplicate stale settings and clean empty lines in osd Makefile +review OPReview-470
This commit is contained in:
parent
c80f01dff9
commit
6ba15ebc53
@ -56,9 +56,6 @@ else
|
|||||||
SRC += $(OPTESTS)/$(TESTAPP).c
|
SRC += $(OPTESTS)/$(TESTAPP).c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CDEFS += -DEE_BANK_BASE=$(EE_BANK_BASE)
|
|
||||||
CDEFS += -DEE_BANK_SIZE=$(EE_BANK_SIZE)
|
|
||||||
|
|
||||||
# Optional component libraries
|
# Optional component libraries
|
||||||
include $(FLIGHTLIB)/rscode/library.mk
|
include $(FLIGHTLIB)/rscode/library.mk
|
||||||
|
|
||||||
|
@ -100,8 +100,6 @@ else
|
|||||||
SRC += $(OPTESTS)/$(TESTAPP).c
|
SRC += $(OPTESTS)/$(TESTAPP).c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Optional component libraries
|
# Optional component libraries
|
||||||
include $(PIOS)/common/libraries/dosfs/library.mk
|
include $(PIOS)/common/libraries/dosfs/library.mk
|
||||||
|
|
||||||
|
@ -136,9 +136,10 @@ BOARD_CDEFS += -DFW_DESC_SIZE=$(FW_DESC_SIZE)
|
|||||||
BOARD_CDEFS += -DBL_BANK_BASE=$(BL_BANK_BASE)
|
BOARD_CDEFS += -DBL_BANK_BASE=$(BL_BANK_BASE)
|
||||||
BOARD_CDEFS += -DBL_BANK_SIZE=$(BL_BANK_SIZE)
|
BOARD_CDEFS += -DBL_BANK_SIZE=$(BL_BANK_SIZE)
|
||||||
BOARD_CDEFS += -DBL_DESC_SIZE=$(BL_DESC_SIZE)
|
BOARD_CDEFS += -DBL_DESC_SIZE=$(BL_DESC_SIZE)
|
||||||
|
ifdef EE_BANK_BASE
|
||||||
BOARD_CDEFS += -DEE_BANK_BASE=$(EE_BANK_BASE)
|
BOARD_CDEFS += -DEE_BANK_BASE=$(EE_BANK_BASE)
|
||||||
BOARD_CDEFS += -DEE_BANK_SIZE=$(EE_BANK_SIZE)
|
BOARD_CDEFS += -DEE_BANK_SIZE=$(EE_BANK_SIZE)
|
||||||
|
endif
|
||||||
CDEFS += $(BOARD_CDEFS)
|
CDEFS += $(BOARD_CDEFS)
|
||||||
|
|
||||||
ifeq ($(DEBUG), YES)
|
ifeq ($(DEBUG), YES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user