Home
last modified time | relevance | path

Searched defs:LOCAL_SRCS (Results 1 – 25 of 69) sorted by relevance

123

/kernel/liteos_a/net/lwip-2.1/
DMakefile45 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/
DMakefile19 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/
DMakefile34 LOCAL_SRCS := $(wildcard *.c) macro
37 LOCAL_SRCS := $(filter-out net_syscall.c, $(LOCAL_SRCS)) macro
/kernel/liteos_a/arch/arm/gic/
DMakefile35 LOCAL_SRCS := gic_v2.c macro
37 LOCAL_SRCS := gic_v3.c macro
/kernel/liteos_a/bsd/compat/linuxkpi/
DMakefile34 LOCAL_SRCS := $(wildcard src/*.c) macro
37 LOCAL_SRCS := $(filter-out src/linux_hrtimer.c, $(LOCAL_SRCS)) macro
/kernel/liteos_a/kernel/common/
DMakefile34 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/
DMakefile34 LOCAL_SRCS := $(wildcard src/*.c) macro
/kernel/liteos_a/apps/trace/
DMakefile34 LOCAL_SRCS := src/trace.c macro
/kernel/liteos_a/kernel/extended/liteipc/
DMakefile33 LOCAL_SRCS := $(wildcard ./*.c) macro
/kernel/liteos_a/lib/libsec/
DMakefile4 LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/bounds_checking_function/src/*.c) macro
/kernel/liteos_a/kernel/extended/plimit/
DMakefile33 LOCAL_SRCS := $(wildcard *.c) macro
/kernel/liteos_a/bsd/
DMakefile34 LOCAL_SRCS := $(wildcard kern/*.c) macro
/kernel/liteos_a/security/cap/
DMakefile34 LOCAL_SRCS := $(wildcard *.c) macro
/kernel/liteos_a/lib/zlib/
DMakefile5 LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/zlib/*.c) macro
/kernel/liteos_a/apps/init/
DMakefile34 LOCAL_SRCS := src/init.c macro
/kernel/liteos_a/drivers/char/perf/
DMakefile34 LOCAL_SRCS := $(wildcard src/*.c) macro
/kernel/liteos_a/kernel/extended/container/
DMakefile33 LOCAL_SRCS := $(wildcard *.c) macro
/kernel/liteos_a/lib/libscrew/
DMakefile5 LOCAL_SRCS := \ macro
/kernel/liteos_a/drivers/char/random/
DMakefile34 LOCAL_SRCS := $(wildcard src/random.c) macro
/kernel/liteos_a/fs/vfs/bcache/
DMakefile34 LOCAL_SRCS := $(wildcard src/*.c) macro
/kernel/liteos_a/fs/patchfs/
DMakefile5 LOCAL_SRCS := $(wildcard *.c) macro
/kernel/liteos_a/net/telnet/
DMakefile34 LOCAL_SRCS := $(wildcard src/*.c) macro
/kernel/liteos_a/kernel/extended/hidumper/
DMakefile5 LOCAL_SRCS := $(wildcard *.c) macro
/kernel/liteos_a/fs/proc/
DMakefile34 LOCAL_SRCS := $(wildcard os_adapt/*.c) $(wildcard src/*.c) macro
/kernel/liteos_a/kernel/extended/power/
DMakefile34 LOCAL_SRCS := $(wildcard *.c) macro

123