diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
commit | e558e86d7401239a9ba369bfac298bdead236ecc (patch) | |
tree | 89b103e501add373ec4e430c508c3954384b8130 /test/rt/testbuild/Makefile | |
parent | 8b133b8c181b0a0a5ba9e1f255c36a3b546c750c (diff) | |
download | ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.gz ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.bz2 ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/Makefile')
-rw-r--r-- | test/rt/testbuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile index cc4d2bfb7..b33a8dc9f 100644 --- a/test/rt/testbuild/Makefile +++ b/test/rt/testbuild/Makefile @@ -41,7 +41,7 @@ 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
+ USE_SMART_BUILD = no
endif
#
|