1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Merge pull request #2813 from unitware/bf-test-cleanup

major refactor of the unit test makefile
This commit is contained in:
Michael Keller 2017-04-04 10:41:16 +12:00 committed by GitHub
commit 42509ee139
3 changed files with 232 additions and 1004 deletions

View file

@ -37,10 +37,6 @@ SERIAL_DEVICE ?= $(firstword $(wildcard /dev/ttyUSB*) no-port-found)
# Flash size (KB). Some low-end chips actually have more flash than advertised, use this to override.
FLASH_SIZE ?=
## V : Set verbosity level based on the V= parameter
## V=0 Low
## V=1 High
include build_verbosity.mk
###############################################################################
# Things that need to be maintained as the source changes
@ -58,6 +54,11 @@ INCLUDE_DIRS = $(SRC_DIR) \
$(ROOT)/src/main/target
LINKER_DIR = $(ROOT)/src/main/target/link
## V : Set verbosity level based on the V= parameter
## V=0 Low
## V=1 High
include $(ROOT)/make/build_verbosity.mk
# Build tools, so we all share the same versions
# import macros common to all supported build systems
include $(ROOT)/make/system-id.mk

File diff suppressed because it is too large Load diff