Disable inbuilt make rules in the LUFA build system for speedups when compiling many...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 14:32:29 +0000 (14:32 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 14:32:29 +0000 (14:32 +0000)
LUFA/Build/lufa.core.in

index d111aad..13372c4 100644 (file)
@@ -102,4 +102,8 @@ list_optional:
        @echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)\r
 \r
 # Phony build targets for this module\r
        @echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)\r
 \r
 # Phony build targets for this module\r
-.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\r
+\r
+# Disable default in-built make rules (those that are needed are explicitly\r
+# defined, and doing so has performance benefits when recursively building)\r
+.SUFFIXES:\r