Removing directory link to the source tree.
Removes the symbolic link to the source tree directory that is created inside the outdir directory. This link is not being used and is created as a complete copy of the source tree on windows. Change-Id: Icd430f3423175151589c15559d57b5ecfc0a0853 Signed-off-by: Louise Mendoza <yonattan.a.louise.mendoza@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
13075f59bd
commit
947fb40ef3
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -415,7 +415,6 @@ PHONY += outputmakefile
|
|||
# output directory.
|
||||
outputmakefile:
|
||||
ifneq ($(KBUILD_SRC),)
|
||||
$(Q)ln -fsn $(srctree) source
|
||||
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
|
||||
$(srctree) $(objtree) $(VERSION_MAJOR) $(VERSION_MINOR)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue