aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-03 14:32:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-03 14:32:29 +0000
commit00aaf1cb410aceb39b578925b072d855a2ce9b78 (patch)
treee4f8efd7d13a3111337af8b4bfe66ccf03862a18 /LUFA
parent5af18ba2883d51c54bad8de23bcea01fb22c4daa (diff)
downloadlufa-00aaf1cb410aceb39b578925b072d855a2ce9b78.tar.gz
lufa-00aaf1cb410aceb39b578925b072d855a2ce9b78.tar.bz2
lufa-00aaf1cb410aceb39b578925b072d855a2ce9b78.zip
Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Build/lufa.core.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/Build/lufa.core.in b/LUFA/Build/lufa.core.in
index d111aad71..13372c454 100644
--- a/LUFA/Build/lufa.core.in
+++ b/LUFA/Build/lufa.core.in
@@ -102,4 +102,8 @@ list_optional:
@echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)
# Phony build targets for this module
-.PHONY: help list_modules list_targets list_mandatory list_optional \ No newline at end of file
+.PHONY: help list_modules list_targets list_mandatory list_optional
+
+# Disable default in-built make rules (those that are needed are explicitly
+# defined, and doing so has performance benefits when recursively building)
+.SUFFIXES: