Skip to content

Commit

Permalink
[bootloader] remove nanopb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
avtolstoy authored and scott-brust committed Dec 21, 2022
1 parent 975972c commit c8763b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootloader/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ifeq ($(PLATFORM_MCU),rtl872x)
RTL_BINARY_FLASH_START = 0x4000
endif

SERVICES_NO_NANOPB_LIB := y

DEPENDENCIES = platform hal services system dynalib
MAKE_DEPENDENCIES = platform services
# dependent on HAL headers, but not the library
Expand Down Expand Up @@ -34,4 +36,3 @@ endif


include ../build/arm-tlm.mk

0 comments on commit c8763b6

Please sign in to comment.