diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/hal/testbuild/Makefile | 6 | ||||
| -rw-r--r-- | test/nil/testbuild/Makefile | 6 | 
2 files changed, 12 insertions, 0 deletions
| diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 89214a8e4..83b8a7c01 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -43,6 +43,12 @@ ifeq ($(USE_VERBOSE_COMPILE),)    USE_VERBOSE_COMPILE = no
  endif
 +# If enabled, this option makes the build process faster by not compiling
 +# modules not used in the current configuration.
 +ifeq ($(USE_SMART_BUILD),)
 +  USE_SMART_BUILD = yes
 +endif
 +
  #
  # Build global options
  ##############################################################################
 diff --git a/test/nil/testbuild/Makefile b/test/nil/testbuild/Makefile index 1de38a2a9..569f8c152 100644 --- a/test/nil/testbuild/Makefile +++ b/test/nil/testbuild/Makefile @@ -43,6 +43,12 @@ ifeq ($(USE_VERBOSE_COMPILE),)    USE_VERBOSE_COMPILE = no
  endif
 +# If enabled, this option makes the build process faster by not compiling
 +# modules not used in the current configuration.
 +ifeq ($(USE_SMART_BUILD),)
 +  USE_SMART_BUILD = yes
 +endif
 +
  #
  # Build global options
  ##############################################################################
 | 
