We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b96c3 commit d8131c2Copy full SHA for d8131c2
Makefile
@@ -1486,14 +1486,10 @@ modules_install: $(modinst_pre)
1486
PHONY += __modinst_pre
1487
__modinst_pre:
1488
@rm -rf $(MODLIB)/kernel
1489
- @rm -f $(MODLIB)/source
+ @rm -f $(MODLIB)/build
1490
@mkdir -p $(MODLIB)
1491
ifdef CONFIG_MODULES
1492
- @ln -s $(abspath $(srctree)) $(MODLIB)/source
1493
- @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
1494
- rm -f $(MODLIB)/build ; \
1495
- ln -s $(CURDIR) $(MODLIB)/build ; \
1496
- fi
+ @ln -s $(CURDIR) $(MODLIB)/build
1497
@sed 's:^\(.*\)\.o$$:kernel/\1.ko:' modules.order > $(MODLIB)/modules.order
1498
endif
1499
@cp -f modules.builtin $(MODLIB)/
0 commit comments