Skip to content

Commit

Permalink
Fix build size for PPC stage1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 21, 2023
1 parent fcf993a commit 212d1d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ ifeq ($(WOLFCRYPT_TZ),1)
endif

OBJS+=$(PUBLIC_KEY_OBJS)
OBJS+=$(UPDATE_OBJS)
ifneq ($(STAGE1),1)
OBJS+=$(UPDATE_OBJS)
endif

ifeq ($(WOLFTPM),1)
OBJS+=\
Expand Down

0 comments on commit 212d1d8

Please sign in to comment.