File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,20 @@ $(LIBNAME)_SRCS := $(wildcard $($(LIBNAME)_DIR)/*.c)
1212$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /crypto/* .c)
1313$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /crypto/syscalls/* .c)
1414$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /display/* .c)
15+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /display/syscalls/* .c)
1516$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/* .c)
17+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/syscalls/* .c)
1618$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/* .c)
19+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/syscalls/* .c)
1720$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/* .c)
21+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/syscalls/* .c)
1822$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/* .c)
23+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/syscalls/* .c)
1924$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/* .c)
2025$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/syscalls/* .c)
2126$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/* .c)
27+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/syscalls/* .c)
2228$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/* .c)
29+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/syscalls/* .c)
2330
2431include $(TOCK_USERLAND_BASE_DIR ) /TockLibrary.mk
You can’t perform that action at this time.
0 commit comments