File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,22 @@ $(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)
15+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /display/syscalls/* .c)
1416$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/* .c)
17+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/syscalls/* .c)
1518$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/* .c)
19+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/syscalls/* .c)
1620$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/* .c)
21+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/syscalls/* .c)
1722$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/* .c)
23+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/syscalls/* .c)
1824$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/* .c)
1925$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/syscalls/* .c)
2026$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/* .c)
27+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/syscalls/* .c)
2128$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/* .c)
29+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/syscalls/* .c)
2230
2331include $(TOCK_USERLAND_BASE_DIR ) /TockLibrary.mk
You can’t perform that action at this time.
0 commit comments