/kernel/liteos_a/net/lwip-2.1/ |
D | Makefile | 45 LOCAL_SRCS := $(wildcard porting/src/*.c $(LWIPNOAPPSFILES)) macro 47 LOCAL_SRCS := $(filter-out $(LWIPDIR)/core/ipv4/dhcp.c, $(LOCAL_SRCS)) macro 48 LOCAL_SRCS := $(filter-out $(LWIPDIR)/core/ipv4/etharp.c, $(LOCAL_SRCS)) macro 49 LOCAL_SRCS := $(filter-out $(LWIPDIR)/api/sockets.c, $(LOCAL_SRCS)) macro
|
/kernel/liteos_a/lib/libc/musl/ |
D | Makefile | 19 LOCAL_SRCS = $(wildcard $(addprefix $(MUSLPORTINGDIR)/,$(MUSLPORTING_SRCS))) macro 20 LOCAL_SRCS := $(filter-out $(subst $(MUSLPORTINGDIR),$(MUSLDIR),$(LOCAL_SRCS)),$(addprefix $(MUSLDI… macro 30 LOCAL_SRCS := $(filter-out $(addprefix $(MUSLPORTINGDIR)/src/string/,memchr.c memcpy.c strcmp.c str… macro 51 LOCAL_SRCS := $(filter-out $(LOCAL_FILTER_SRCS),$(LOCAL_SRCS)) macro
|
/kernel/liteos_a/syscall/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro 37 LOCAL_SRCS := $(filter-out net_syscall.c, $(LOCAL_SRCS)) macro
|
/kernel/liteos_a/arch/arm/gic/ |
D | Makefile | 35 LOCAL_SRCS := gic_v2.c macro 37 LOCAL_SRCS := gic_v3.c macro
|
/kernel/liteos_a/bsd/compat/linuxkpi/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro 37 LOCAL_SRCS := $(filter-out src/linux_hrtimer.c, $(LOCAL_SRCS)) macro
|
/kernel/liteos_a/kernel/common/ |
D | Makefile | 34 LOCAL_SRCS = $(wildcard ./main.c) macro 41 LOCAL_SRCS := $(filter-out console.c virtual_serial.c, $(LOCAL_SRCS)) macro
|
/kernel/liteos_a/drivers/block/disk/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
/kernel/liteos_a/apps/trace/ |
D | Makefile | 34 LOCAL_SRCS := src/trace.c macro
|
/kernel/liteos_a/kernel/extended/liteipc/ |
D | Makefile | 33 LOCAL_SRCS := $(wildcard ./*.c) macro
|
/kernel/liteos_a/lib/libsec/ |
D | Makefile | 4 LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/bounds_checking_function/src/*.c) macro
|
/kernel/liteos_a/kernel/extended/plimit/ |
D | Makefile | 33 LOCAL_SRCS := $(wildcard *.c) macro
|
/kernel/liteos_a/bsd/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard kern/*.c) macro
|
/kernel/liteos_a/security/cap/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro
|
/kernel/liteos_a/lib/zlib/ |
D | Makefile | 5 LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/zlib/*.c) macro
|
/kernel/liteos_a/apps/init/ |
D | Makefile | 34 LOCAL_SRCS := src/init.c macro
|
/kernel/liteos_a/drivers/char/perf/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
/kernel/liteos_a/kernel/extended/container/ |
D | Makefile | 33 LOCAL_SRCS := $(wildcard *.c) macro
|
/kernel/liteos_a/lib/libscrew/ |
D | Makefile | 5 LOCAL_SRCS := \ macro
|
/kernel/liteos_a/drivers/char/random/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/random.c) macro
|
/kernel/liteos_a/fs/vfs/bcache/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
/kernel/liteos_a/fs/patchfs/ |
D | Makefile | 5 LOCAL_SRCS := $(wildcard *.c) macro
|
/kernel/liteos_a/net/telnet/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
/kernel/liteos_a/kernel/extended/hidumper/ |
D | Makefile | 5 LOCAL_SRCS := $(wildcard *.c) macro
|
/kernel/liteos_a/fs/proc/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard os_adapt/*.c) $(wildcard src/*.c) macro
|
/kernel/liteos_a/kernel/extended/power/ |
D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro
|