Skip to content

Commit

Permalink
Fix unit test and new WOLFBOOT_USE_PCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Aug 8, 2024
1 parent 0b77d7c commit 66f00d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/unit-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unit-delta:CFLAGS+=-DNVM_FLASH_WRITEONCE -DMOCK_PARTITIONS -DDELTA_UPDATES -DDEL



WOLFCRYPT_CFLAGS+=-DWOLFSSL_USER_SETTINGS -DWOLFBOOT_SIGN_ECC256 -DWOLFBOOT_SIGN_ECC256 -DHAVE_ECC_KEY_IMPORT -D__WOLFBOOT
WOLFCRYPT_CFLAGS+=-DWOLFSSL_USER_SETTINGS -DWOLFBOOT_SIGN_ECC256 -DWOLFBOOT_SIGN_ECC256 -DHAVE_ECC_KEY_IMPORT -D__WOLFBOOT



Expand All @@ -86,7 +86,7 @@ unit-chacha20: ../../include/target.h unit-extflash.c
gcc -o $@ $^ $(CFLAGS) $(LDFLAGS)

unit-pci: unit-pci.c ../../src/pci.c
gcc -o $@ $< $(CFLAGS) $(LDFLAGS)
gcc -o $@ $< $(CFLAGS) -DWOLFBOOT_USE_PCI $(LDFLAGS)

unit-mock-state: ../../include/target.h unit-mock-state.c
gcc -o $@ $^ $(CFLAGS) $(LDFLAGS)
Expand Down

0 comments on commit 66f00d3

Please sign in to comment.