Home
last modified time | relevance | path

Searched refs:DEPMOD (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/modutils/
DConfig.src51 depends on MODPROBE_SMALL && (DEPMOD || INSMOD || MODPROBE)
142 depends on (DEPMOD || MODPROBE) && !MODPROBE_SMALL
158 depends on (DEPMOD || MODPROBE) && !MODPROBE_SMALL
169 depends on DEPMOD || MODPROBE || MODINFO
177 depends on DEPMOD || MODPROBE || MODINFO
/busybox-1.35.0/
DMakefile303 DEPMOD = /sbin/depmod macro
943 …if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELE…
1120 quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
1121 cmd_depmod = if [ -r System.map -a -x $(DEPMOD) ]; then \
1122 $(DEPMOD) -ae -F System.map \