Don't copy build scripts for kernel build 'make exports'

This commit is contained in:
Gregory Nutt
2014-09-04 12:35:47 -06:00
parent 86aa8f3813
commit 7743a2d4e2
3 changed files with 31 additions and 11 deletions
+8 -1
View File
@@ -39,12 +39,19 @@ include $(TOPDIR)/tools/Config.mk
-include $(TOPDIR)/Make.defs
# Control build verbosity
#
# V=1,2: Enable echo of commands
# V=2: Enable bug/verbose options in tools and scripts
ifeq ($(V),1)
export Q :=
else
ifeq ($(V),2)
export Q :=
else
export Q := @
endif
endif
# Default tools
@@ -161,7 +168,7 @@ MKEXPORT_ARGS += -u
endif
endif
ifeq ($(V),1)
ifeq ($(V),2)
MKEXPORT_ARGS += -d
endif