Added libwolfboot to nrf53 app build

pull/521/head
Daniele Lacamera 2024-12-02 12:19:10 +01:00
parent d3935774d9
commit b0e3000d88
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ ifeq ($(TARGET),stm32u5)
endif
ifeq ($(TARGET),nrf5340_net)
APP_OBJS:=app_$(TARGET).o ../test-app/libwolfboot.o
LSCRIPT_TEMPLATE=ARM-nrf5340_net.ld
endif