diff options
Diffstat (limited to 'common/recipes-utils/flashrom/files/01-include-make-local.patch')
-rw-r--r-- | common/recipes-utils/flashrom/files/01-include-make-local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/recipes-utils/flashrom/files/01-include-make-local.patch b/common/recipes-utils/flashrom/files/01-include-make-local.patch new file mode 100644 index 0000000..660c4d6 --- /dev/null +++ b/common/recipes-utils/flashrom/files/01-include-make-local.patch @@ -0,0 +1,11 @@ +--- a/Makefile.orig 2015-08-05 17:10:45.945870520 -0700 ++++ b/Makefile 2015-08-05 17:11:01.212895144 -0700 +@@ -20,6 +20,8 @@ + + PROGRAM = flashrom + ++include make.local ++ + ############################################################################### + # Defaults for the toolchain. + |