diff options
-rw-r--r-- | scripts/lib/recipetool/create_buildsys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py index 78ae4bcdec..e08ad277d7 100644 --- a/scripts/lib/recipetool/create_buildsys.py +++ b/scripts/lib/recipetool/create_buildsys.py | |||
@@ -737,7 +737,7 @@ class MakefileRecipeHandler(RecipeHandler): | |||
737 | if 'buildsystem' in handled: | 737 | if 'buildsystem' in handled: |
738 | return False | 738 | return False |
739 | 739 | ||
740 | makefile = RecipeHandler.checkfiles(srctree, ['Makefile']) | 740 | makefile = RecipeHandler.checkfiles(srctree, ['Makefile', 'makefile', 'GNUmakefile']) |
741 | if makefile: | 741 | if makefile: |
742 | lines_after.append('# NOTE: this is a Makefile-only piece of software, so we cannot generate much of the') | 742 | lines_after.append('# NOTE: this is a Makefile-only piece of software, so we cannot generate much of the') |
743 | lines_after.append('# recipe automatically - you will need to examine the Makefile yourself and ensure') | 743 | lines_after.append('# recipe automatically - you will need to examine the Makefile yourself and ensure') |