Searched refs:cxxobjs (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/scripts/ |
| H A D | Makefile.host | 51 $(if $($(m)-objs)$($(m)-cxxobjs)$($(m)-rust),,$(m))) 55 $(if $($(m)-cxxobjs)$($(m)-rust),,$(if $($(m)-objs),$(m)))) 66 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 77 host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs)) 137 $(foreach o,objs cxxobjs,\ 142 $(call multi_depend, $(host-cxxmulti), , -objs -cxxobjs) 145 quiet_cmd_host-cxxobjs = HOSTCXX $@ 146 cmd_host-cxxobjs = $(HOSTCXX) $(hostcxx_flags) -c -o $@ $< 147 $(host-cxxobjs): $(obj)/%.o: $(obj)/%.cc FORCE 148 $(call if_changed_dep,host-cxxobjs) [all …]
|
| /linux-6.15/scripts/kconfig/ |
| H A D | Makefile | 203 qconf-cxxobjs := qconf.o qconf-moc.o
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 785 qconf-cxxobjs := qconf.o 788 qconf.cc - identified by $(qconf-cxxobjs). 797 qconf-cxxobjs := qconf.o
|