Lines Matching refs:ko
286 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
1452 # *.ko are usually independent of vmlinux, but CONFIG_DEBUG_INFO_BTF_MODULES
1569 @echo ' dir/file.ko - Build module including final link'
1881 # .ko is special because modpost is needed
1882 single-ko := $(sort $(filter %.ko, $(MAKECMDGOALS)))
1883 single-no-ko := $(filter-out $(single-ko), $(MAKECMDGOALS)) \
1884 $(foreach x, o mod, $(patsubst %.ko, %.$x, $(single-ko)))
1886 $(single-ko): single_modules
1888 $(single-no-ko): $(build-dir)
1893 single_modules: $(single-no-ko) modules_prepare
1894 $(Q){ $(foreach m, $(single-ko), echo $(extmod_prefix)$(m:%.ko=%.o);) } > $(MODORDER)
1901 single-goals := $(addprefix $(build-dir)/, $(single-no-ko))
1923 \( -name '*.[aios]' -o -name '*.rsi' -o -name '*.ko' -o -name '.*.cmd' \
1924 -o -name '*.ko.*' \
2022 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \