aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dec0845c07af..3e134ec4c3d3 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ else
149_all: modules 149_all: modules
150endif 150endif
151 151
152srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),$(CURDIR)) 152srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),.)
153objtree := . 153objtree := .
154src := $(srctree) 154src := $(srctree)
155obj := $(objtree) 155obj := $(objtree)
@@ -1059,7 +1059,7 @@ _modinst_:
1059 @rm -rf $(MODLIB)/kernel 1059 @rm -rf $(MODLIB)/kernel
1060 @rm -f $(MODLIB)/source 1060 @rm -f $(MODLIB)/source
1061 @mkdir -p $(MODLIB)/kernel 1061 @mkdir -p $(MODLIB)/kernel
1062 @ln -s $(srctree) $(MODLIB)/source 1062 @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source
1063 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \ 1063 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
1064 rm -f $(MODLIB)/build ; \ 1064 rm -f $(MODLIB)/build ; \
1065 ln -s $(CURDIR) $(MODLIB)/build ; \ 1065 ln -s $(CURDIR) $(MODLIB)/build ; \