diff --git a/LUFA/Build/lufa.core.in b/LUFA/Build/lufa.core.in index d111aad715ec48fc9e97bbd2348bfb2e31b5f0bb..13372c4543292b47a94a12282c49a26a25abbaa8 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: