Skip to content

Commit 51868e8

Browse files
Add missing include for test
1 parent 2b51a75 commit 51868e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ INC_DIRS += inc
3434
INC_DIRS += $(LIBDIR)/inc $(LIBDIR)/util
3535

3636
## Accelerator
37-
INC_DIRS += $(ACC_DIR)/hal $(ACC_DIR)/gvsoc $(ACC_DIR)/bsp
37+
INC_DIRS += $(ACC_DIR)/hal $(ACC_DIR)/gvsoc $(ACC_DIR)/bsp $(ACC_DIR)/bsp/siracusa
3838

3939
## Generated
4040
INC_DIRS += gen/inc

0 commit comments

Comments
 (0)