aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 10:58:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 10:58:22 +0000
commite558e86d7401239a9ba369bfac298bdead236ecc (patch)
tree89b103e501add373ec4e430c508c3954384b8130 /test/rt/testbuild/Makefile
parent8b133b8c181b0a0a5ba9e1f255c36a3b546c750c (diff)
downloadChibiOS-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/Makefile2
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
#