Searched refs:src (Results 1 – 12 of 12) sorted by relevance
| /scripts/ |
| A D | u-boot.supp | 4 src:dlmalloc.c 9 src:dlmalloc.c 14 src:dlmalloc.c 20 src:dlmalloc.c 26 src:dlmalloc.c 32 src:dlmalloc.c 37 src:dlmalloc.c 42 src:dlmalloc.c 47 src:dlmalloc.c 52 src:dlmalloc.c
|
| A D | Makefile.build | 8 src := $(patsubst $(prefix)/%,%,$(obj)) 9 ifeq ($(obj),$(src)) 11 src := $(patsubst $(prefix)/%,%,$(obj)) 12 ifeq ($(obj),$(src)) 15 ifeq ($(obj),$(src)) 55 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src)) 132 $(obj)/%.s: $(src)/%.c FORCE 138 $(obj)/%.i: $(src)/%.c FORCE 162 $(obj)/%.ll: $(src)/%.c FORCE 312 $(obj)/%.lst: $(src)/%.c FORCE [all …]
|
| A D | Makefile.clean | 6 src := $(obj) 14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
|
| A D | Makefile.dts | 8 dt_dir := $(srctree)/dts/upstream/src/arm64 10 dt_dir := $(srctree)/dts/upstream/src/$(ARCH)
|
| A D | Makefile.host | 96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE 113 $(host-cobjs): $(obj)/%.o: $(src)/%.c FORCE 130 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE 137 $(host-cshobjs): $(obj)/%.o: $(src)/%.c FORCE 147 $(host-cxxshobjs): $(obj)/%.o: $(src)/%.c FORCE
|
| A D | make_pip.sh | 82 dest=${dir}/src/${tool}
|
| A D | Makefile.xpl | 15 src := $(obj) 578 dt_dir := dts/upstream/src/arm64 580 dt_dir := dts/upstream/src/$(ARCH)
|
| A D | Makefile.lib | 178 __c_flags = $(if $(obj),$(call addtree,-I$(src)) -I$(obj)) \
|
| /scripts/dtc/ |
| A D | Makefile | 12 HOST_EXTRACFLAGS := -I$(src)/libfdt 15 HOSTCFLAGS_dtc-lexer.lex.o := -I$(src) 16 HOSTCFLAGS_dtc-parser.tab.o := -I$(src)
|
| /scripts/kconfig/ |
| A D | Makefile | 52 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config 128 $(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \ 170 HOSTCFLAGS_zconf.lex.o := -I$(src) 171 HOSTCFLAGS_zconf.tab.o := -I$(src) 208 $(obj)/%.moc: $(src)/%.h $(obj)/.qconf-cfg 225 $(obj)/.%conf-cfg: $(src)/%conf-cfg.sh FORCE
|
| A D | gconf.c | 75 static void update_tree(struct menu *src, GtkTreeIter * dst); 1212 static void update_tree(struct menu *src, GtkTreeIter * dst) in update_tree() argument 1222 if (src == &rootmenu) in update_tree() 1226 for (child1 = src->list; child1; child1 = child1->next) { in update_tree()
|
| /scripts/dtc/pylibfdt/ |
| A D | Makefile | 6 LIBFDT_srcdir = $(abspath $(srctree)/$(src)/../libfdt) 29 rebuild: $(src)/setup.py $(PYLIBFDT_srcs)
|
Completed in 14 milliseconds