Searched refs:MODORDER (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/
H A DMakefile.modpost64 modpost-args += -T $(MODORDER)
65 modpost-deps += $(MODORDER)
H A DMakefile.modfinal16 modules := $(call read-file, $(MODORDER))
H A DMakefile.modinst41 modules := $(call read-file, $(MODORDER))
/linux-master/
H A DMakefile1096 export MODORDER := $(extmod_prefix)modules.order macro
1845 $(MODORDER): $(build-dir)
1856 modules_check: $(MODORDER)
1897 # Remove MODORDER when done because it is not the real one.
1900 $(Q){ $(foreach m, $(single-ko), echo $(extmod_prefix)$(m:%.ko=%.o);) } > $(MODORDER)
1905 $(Q)rm -f $(MODORDER)
1976 $(if $(CONFIG_MODULES), $(MODORDER)) FORCE

Completed in 118 milliseconds