Lines Matching defs:MODLIB
1071 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
1076 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1077 export MODLIB
1479 @rm -rf $(MODLIB)/kernel
1480 @rm -f $(MODLIB)/source
1481 @mkdir -p $(MODLIB)/kernel
1482 @ln -s $(abspath $(srctree)) $(MODLIB)/source
1483 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
1484 rm -f $(MODLIB)/build ; \
1485 ln -s $(CURDIR) $(MODLIB)/build ; \
1487 @sed 's:^:kernel/:' modules.order > $(MODLIB)/modules.order
1488 @cp -f modules.builtin $(MODLIB)/
1489 @cp -f $(objtree)/modules.builtin.modinfo $(MODLIB)/