Home
last modified time | relevance | path

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

/openbmc/linux/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))
/openbmc/linux/
H A DMakefile1100 export MODORDER := $(extmod_prefix)modules.order macro
1847 $(MODORDER): $(build-dir)
1858 modules_check: $(MODORDER)
1902 $(Q){ $(foreach m, $(single-ko), echo $(extmod_prefix)$(m:%.ko=%.o);) } > $(MODORDER)
1907 $(Q)rm -f $(MODORDER)
1978 $(if $(CONFIG_MODULES), $(MODORDER)) FORCE