Searched refs:obj (Results 1 – 13 of 13) sorted by relevance
/busybox-1.35.0/scripts/ |
D | Makefile.lib | 9 obj-m := $(filter-out $(obj-y),$(obj-m)) 14 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 24 __subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 26 __subdir-m := $(patsubst %/,%,$(filter %/, $(obj-m))) 28 obj-y := $(patsubst %/, %/built-in.o, $(obj-y)) 29 obj-m := $(filter-out %/, $(obj-m)) 36 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 37 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 39 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 49 subdir-obj-y := $(foreach o,$(obj-y),$(if $(filter-out $(o),$(notdir $(o))),$(o))) [all …]
|
D | Makefile.host | 36 obj-dirs += $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f)))) 37 obj-dirs := $(strip $(sort $(filter-out ./,$(obj-dirs)))) 68 __hostprogs := $(addprefix $(obj)/,$(__hostprogs)) 69 host-csingle := $(addprefix $(obj)/,$(host-csingle)) 70 host-cmulti := $(addprefix $(obj)/,$(host-cmulti)) 71 host-cobjs := $(addprefix $(obj)/,$(host-cobjs)) 72 host-cxxmulti := $(addprefix $(obj)/,$(host-cxxmulti)) 73 host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs)) 74 host-cshlib := $(addprefix $(obj)/,$(host-cshlib)) 75 host-cshobjs := $(addprefix $(obj)/,$(host-cshobjs)) [all …]
|
D | Makefile.clean | 5 src := $(obj) 13 clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj 22 __subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 24 __subdir-m := $(patsubst %/,%,$(filter %/, $(obj-m))) 26 __subdir-n := $(patsubst %/,%,$(filter %/, $(obj-n))) 28 __subdir- := $(patsubst %/,%,$(filter %/, $(obj-))) 38 subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) 52 $(addprefix $(obj)/, $(filter-out /%, $(__clean-files))) \ 59 $(addprefix $(obj)/, $(filter-out /%, $(clean-dirs))) \ 64 quiet_cmd_clean = CLEAN $(obj)
|
D | Makefile.build | 5 src := $(obj) 28 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog… 40 _dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj)) 44 _dummy := $(foreach d,$(obj-dirs), $(shell [ -d $(d) ] || mkdir -p $(d))) 49 $(warning kbuild: $(obj)/Makefile - Usage of EXTRA_TARGETS is obsolete in 2.6. Please fix!) 53 $(warning kbuild: $(obj)/Makefile - Usage of build-targets is obsolete in 2.6. Please fix!) 57 $(warning kbuild: $(obj)/Makefile - Usage of export-objs is obsolete in 2.6. Please fix!) 61 $(warning kbuild: $(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.6. Please fix… 65 $(error kbuild: $(obj)/Makefile - Use of L_TARGET is replaced by lib-y in 2.6. Please fix!) 69 $(warning kbuild: $(obj)/Makefile - list-multi := $(list-multi) is obsolete in 2.6. Please fix!) [all …]
|
D | Makefile.IMA | 10 obj := $(objtree)
|
D | Kbuild.include | 92 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= 95 build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj 105 # Add $(obj)/ for paths that is not absolute 106 objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
|
/busybox-1.35.0/scripts/kconfig/ |
D | Makefile | 7 xconfig: $(obj)/qconf 10 gconfig: $(obj)/gconf 13 menuconfig: $(obj)/mconf 17 config: $(obj)/conf 35 oldconfig: $(obj)/conf 39 silentoldconfig: $(obj)/conf 43 update-po-config: $(obj)/kxgettext 64 randconfig: $(obj)/conf 68 allyesconfig: $(obj)/conf 72 allnoconfig: $(obj)/conf [all …]
|
/busybox-1.35.0/scripts/basic/ |
D | Makefile | 18 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
|
/busybox-1.35.0/networking/ |
D | tc.c | 505 int ret, obj, cmd, arg; in tc_main() local 515 obj = index_in_substrings(objects, *argv++); in tc_main() 516 if (obj < 0) in tc_main() 544 …if ((arg == ARG_qdisc && obj == OBJ_class && cmd >= CMD_show) /* tc class show|list qdisc HANDL… in tc_main() 545 …|| (arg == ARG_handle && obj == OBJ_qdisc && cmd == CMD_change) /* tc qdisc change handle HANDLE */ in tc_main() 552 if (obj != OBJ_qdisc /* tc class|filter root|parent | tc filter preference|priority|protocol */ in tc_main() 555 || (obj == OBJ_filter && arg >= ARG_pref) in tc_main() 567 if (obj == OBJ_filter) in tc_main() 577 if (obj == OBJ_filter) in tc_main() 593 && obj == OBJ_class in tc_main() [all …]
|
/busybox-1.35.0/examples/ |
D | depmod.pl | 118 foreach my $obj ( @liblist ){ 120 my ($tgtname) = $obj =~ m-(/lib/modules/.*)$-; 125 my @output=`$nm $obj`;
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | Makefile | 14 $(obj)/dochecklxdialog:
|
/busybox-1.35.0/applets/ |
D | Kbuild.src | 7 obj-y := 8 obj-y += applets.o
|
/busybox-1.35.0/ |
D | Makefile | 138 obj := $(objtree) macro 1159 ifeq ($(src),$(obj)) 1325 clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj
|