Skip to content

Commit ca96ee1

Browse files
committed
libtock-sync: make: add crypto syscalls
1 parent f25a2b2 commit ca96ee1

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)