Searched refs:MODVERDIR (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/
H A DMakefile.build87 # We keep a list of all modules in $(MODVERDIR)
259 # Single-part modules are special since we need to mark them in $(MODVERDIR)
264 @{ echo $(@:.o=.ko); echo $@; } > $(MODVERDIR)/$(@F:.o=.mod)
375 @{ echo $(@:.o=.ko); echo $(filter %.o,$^); } > $(MODVERDIR)/$(@F:.o=.mod)
/u-boot/
H A DMakefile475 # When compiling out-of-tree modules, put MODVERDIR in the module
478 export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_versions macro
2190 CLEAN_DIRS += $(MODVERDIR) \

Completed in 116 milliseconds