We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9e2b8 commit 678433aCopy full SHA for 678433a
1 file changed
test-app/Makefile
@@ -4,6 +4,10 @@ TARGET?=none
4
ARCH?=ARM
5
KINETIS_CMSIS?=$(KINETIS)/CMSIS
6
7
+ifeq ($(SIGN),RSA2048)
8
+ IMAGE_HEADER_SIZE:=512
9
+endif
10
+
11
CFLAGS:=-g -ggdb -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -DPLATFORM_$(TARGET) -I../include -nostartfiles
12
13
APP_OBJS:=app_$(TARGET).o led.o system.o timer.o ../hal/$(TARGET).o ../src/libwolfboot.o
0 commit comments