3 @@ -431,18 +431,9 @@ else
4 depmod_opts := -b $(INSTALL_MOD_PATH) -r
7 -_modinst_post: _modinst_post_pcmcia
9 if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
11 -# Backwards compatibilty symlinks for people still using old versions
12 -# of pcmcia-cs with hard coded pathnames on insmod. Remove
13 -# _modinst_post_pcmcia for kernel 2.4.1.
14 -.PHONY: _modinst_post_pcmcia
15 -_modinst_post_pcmcia:
18 - find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
20 .PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
21 $(patsubst %, _modinst_%, $(SUBDIRS)) :
22 $(MAKE) -C $(patsubst _modinst_%, %, $@) modules_install