Skip to content

Commit 0dd7cc4

Browse files
bradjcppannuto
authored andcommitted
libtock-sync: make: add crypto syscalls
1 parent 24c0f3f commit 0dd7cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libtock-sync/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $(LIBNAME)_SRC_ROOT := $(TOCK_USERLAND_BASE_DIR)
1010
# List all C and Assembly files
1111
$(LIBNAME)_SRCS := $(wildcard $($(LIBNAME)_DIR)/*.c)
1212
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME)_DIR)/crypto/*.c)
13+
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME)_DIR)/crypto/syscalls/*.c)
1314
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME)_DIR)/display/*.c)
1415
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME)_DIR)/interface/*.c)
1516
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME)_DIR)/kernel/*.c)

0 commit comments

Comments
 (0)