Fixed target 'simulator'

pull/223/head
Daniele Lacamera 2022-07-21 20:23:13 +02:00
parent 40afaaffe2
commit 16dc1628af
2 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,7 @@ ifeq ($(TARGET),library)
endif
ifeq ($(TARGET),sim)
MAIN_TARGET:=wolfboot.elf test-app/image_v1_signed.bin internal_flash.dd
MAIN_TARGET:=wolfboot.elf tools/bin-assemble/bin-assemble test-app/image_v1_signed.bin internal_flash.dd
endif
ASFLAGS:=$(CFLAGS)

View File

@ -237,6 +237,8 @@ ifeq ($(TARGET),psoc6)
CFLAGS+=-DCY8C624ABZI_D44
endif
CFLAGS+=-I../lib/wolfssl
standalone:CFLAGS+=-D"TEST_APP_STANDALONE"
standalone:LDFLAGS:=-T standalone.ld -Wl,-gc-sections -Wl,-Map=image.map