mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed target 'simulator'
parent
40afaaffe2
commit
16dc1628af
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue