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)
12
12
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /crypto/* .c)
13
13
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /crypto/syscalls/* .c)
14
14
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /display/* .c)
15
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /display/syscalls/* .c)
15
16
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/* .c)
17
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /interface/syscalls/* .c)
16
18
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/* .c)
19
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /kernel/syscalls/* .c)
17
20
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/* .c)
21
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /net/syscalls/* .c)
18
22
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/* .c)
23
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /peripherals/syscalls/* .c)
19
24
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/* .c)
20
25
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /sensors/syscalls/* .c)
21
26
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/* .c)
27
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /services/syscalls/* .c)
22
28
$(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/* .c)
29
+ $(LIBNAME)_SRCS += $(wildcard $($(LIBNAME ) _DIR) /storage/syscalls/* .c)
23
30
24
31
include $(TOCK_USERLAND_BASE_DIR ) /TockLibrary.mk
You can’t perform that action at this time.
0 commit comments