| /kernel/liteos_a/kernel/extended/container/ |
| H A D | Makefile | 33 LOCAL_SRCS := $(wildcard *.c) macro 36 LOCAL_SRCS += $(filter-out los_ipc_container.c, $(LOCAL_SRCS)) 40 LOCAL_SRCS += $(filter-out los_mnt_container.c, $(LOCAL_SRCS)) 44 LOCAL_SRCS += $(filter-out los_net_container.c, $(LOCAL_SRCS)) 48 LOCAL_SRCS += $(filter-out los_pid_container.c, $(LOCAL_SRCS)) 52 LOCAL_SRCS [all...] |
| /kernel/liteos_a/bsd/dev/usb/ |
| H A D | Makefile | 43 LOCAL_SRCS := $(CORE_SRC)/usb_debug.c \ macro 52 LOCAL_SRCS += $(CORE_SRC)/usb_dynamic.c \ 72 LOCAL_SRCS += $(Net_SRC)/if_cdce.c 76 LOCAL_SRCS += $(Net_SRC)/if_axe.c \ 81 LOCAL_SRCS += $(Net_SRC)/if_urndis.c 85 LOCAL_SRCS += $(Net_SRC)/usb_eth_drv.c \ 88 LOCAL_SRCS += $(Net_SRC)/usb_eth_drv.c \ 91 LOCAL_SRCS += $(Net_SRC)/usb_eth_drv.c\ 96 LOCAL_SRCS += $(SERIAL_SRC)/usb_serial.c \ 99 LOCAL_SRCS [all...] |
| /kernel/liteos_a/net/lwip-2.1/ |
| H A D | Makefile | 45 LOCAL_SRCS := $(wildcard porting/src/*.c $(LWIPNOAPPSFILES)) macro 46 LOCAL_SRCS += $(wildcard enhancement/src/*.c) 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/ |
| H A D | Makefile | 19 LOCAL_SRCS = $(wildcard $(addprefix $(MUSLPORTINGDIR)/,$(MUSLPORTING_SRCS))) macro 20 LOCAL_SRCS := $(filter-out $(subst $(MUSLPORTINGDIR),$(MUSLDIR),$(LOCAL_SRCS)),$(addprefix $(MUSLDIR)/,$(MUSL_SRCS)) $(LOCAL_SRCS)) macro 21 LOCAL_SRCS += $(wildcard src/*.c src/*.S) 30 LOCAL_SRCS := $(filter-out $(addprefix $(MUSLPORTINGDIR)/src/string/,memchr.c memcpy.c strcmp.c strcpy.c strlen.c), $(LOCAL_SRCS)) macro 31 LOCAL_SRCS += \ 50 LOCAL_SRCS += $(LOCAL_OPT_SRCS) 51 LOCAL_SRCS macro [all...] |
| /kernel/liteos_a/kernel/extended/trace/ |
| H A D | Makefile | 34 LOCAL_SRCS := los_trace.c macro 35 LOCAL_SRCS += $(wildcard cnv/*.c) 43 LOCAL_SRCS += trace_offline.c 47 LOCAL_SRCS += trace_online.c 51 LOCAL_SRCS += $(wildcard pipeline/*.c) 55 LOCAL_SRCS += $(wildcard pipeline/serial/*.c)
|
| /kernel/liteos_a/arch/arm/arm/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) $(wildcard src/*.S) macro 37 LOCAL_SRCS += $(wildcard src/armv7a/*.S) 41 LOCAL_SRCS += src/startup/reset_vector_mp.S 43 LOCAL_SRCS += src/startup/reset_vector_up.S 47 LOCAL_SRCS += src/pmu/armv7_pmu.c
|
| /kernel/liteos_a/kernel/common/ |
| H A D | Makefile | 34 LOCAL_SRCS = $(wildcard ./main.c) macro 39 LOCAL_SRCS += $(wildcard *.c) 41 LOCAL_SRCS := $(filter-out console.c virtual_serial.c, $(LOCAL_SRCS)) macro
|
| /kernel/liteos_a/bsd/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard kern/*.c) macro 36 LOCAL_SRCS += $(wildcard $(ARCH)/*.c) 37 LOCAL_SRCS += $(wildcard $(ARCH)/*.S) 40 LOCAL_SRCS += $(wildcard crypto/rijndael/*.c) \
|
| /kernel/liteos_a/kernel/extended/perf/ |
| H A D | Makefile | 5 LOCAL_SRCS := $(wildcard *.c) macro 8 LOCAL_SRCS += $(wildcard pmu/perf_hw_pmu.c) 12 LOCAL_SRCS += $(wildcard pmu/perf_timed_pmu.c) 16 LOCAL_SRCS += $(wildcard pmu/perf_sw_pmu.c)
|
| /kernel/liteos_a/bsd/compat/linuxkpi/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro 37 LOCAL_SRCS := $(filter-out src/linux_hrtimer.c, $(LOCAL_SRCS)) macro
|
| /kernel/liteos_a/syscall/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro 37 LOCAL_SRCS := $(filter-out net_syscall.c, $(LOCAL_SRCS)) macro
|
| /kernel/liteos_a/security/ |
| H A D | Makefile | 33 LOCAL_SRCS := macro 37 LOCAL_SRCS += $(wildcard cap/*.c) 42 LOCAL_SRCS += $(wildcard vid/*.c)
|
| /kernel/liteos_a/arch/arm/gic/ |
| H A D | Makefile | 35 LOCAL_SRCS := gic_v2.c macro 37 LOCAL_SRCS := gic_v3.c macro
|
| /kernel/liteos_a/drivers/char/random/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/random.c) macro 37 LOCAL_SRCS += $(wildcard src/random_hw.c)
|
| /kernel/liteos_a/fs/fat/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard os_adapt/*.c) macro 35 LOCAL_SRCS += $(wildcard $(LITEOSTHIRDPARTY)/FatFs/source/*.c)
|
| /kernel/liteos_a/apps/tftp/ |
| H A D | Makefile | 36 LOCAL_SRCS = $(wildcard src/*.c)
macro 37 LOCAL_SRCS += $(wildcard $(SECUREC_DIR)/src/*.c)
|
| /kernel/liteos_a/apps/shell/ |
| H A D | Makefile | 36 LOCAL_SRCS = $(wildcard src/*.c builtin/*.c)
macro 37 LOCAL_SRCS += $(wildcard $(SECUREC_DIR)/src/*.c)
|
| /kernel/liteos_a/apps/perf/ |
| H A D | Makefile | 36 LOCAL_SRCS = $(wildcard src/*.c)
macro 37 LOCAL_SRCS += $(wildcard $(SECUREC_DIR)/src/*.c)
|
| /kernel/liteos_a/fs/jffs2/ |
| H A D | Makefile | 38 LOCAL_SRCS := \ macro 71 $(LOCAL_SRCS): patch
|
| /kernel/liteos_a/drivers/block/disk/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
| /kernel/liteos_a/fs/vfs/bcache/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
| /kernel/liteos_a/kernel/extended/dynload/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard src/*.c) macro
|
| /kernel/liteos_a/kernel/extended/cpup/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro
|
| /kernel/liteos_a/kernel/extended/hilog/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro
|
| /kernel/liteos_a/kernel/extended/hook/ |
| H A D | Makefile | 34 LOCAL_SRCS := $(wildcard *.c) macro
|