Blame SOURCES/16d929b024c31d54a7f8a72eab094376c7be27f5.patch

81d547
commit 16d929b024c31d54a7f8a72eab094376c7be27f5
81d547
Author: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
81d547
Date:   Wed May 26 10:20:39 2021 +0200
81d547
81d547
    Makefile.am: fix build header rules
81d547
    
81d547
    non-standard-hisilicon.h was added twice;
81d547
    ras-memory-failure-handler.h is missing.
81d547
    
81d547
    Due to that, the tarball becomes incomplete, causing build
81d547
    errors.
81d547
    
81d547
    While here, also adjust .travis.yml to use --enable-all.
81d547
    
81d547
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
81d547
81d547
---
81d547
 Makefile.am |    3 ++-
81d547
 1 file changed, 2 insertions(+), 1 deletion(-)
81d547
81d547
--- a/Makefile.am	2021-10-13 13:27:53.402685179 -0400
81d547
+++ b/Makefile.am	2021-10-13 13:28:11.664525173 -0400
81d547
@@ -54,7 +54,8 @@ rasdaemon_LDADD = -lpthread $(SQLITE3_LI
81d547
 
81d547
 include_HEADERS = config.h  ras-events.h  ras-logger.h  ras-mc-handler.h \
81d547
 		  ras-aer-handler.h ras-mce-handler.h ras-record.h bitfield.h ras-report.h \
81d547
-		  ras-extlog-handler.h ras-arm-handler.h ras-non-standard-handler.h
81d547
+		  ras-extlog-handler.h ras-arm-handler.h ras-non-standard-handler.h \
81d547
+		  ras-memory-failure-handler.h
81d547
 
81d547
 # This rule can't be called with more than one Makefile job (like make -j8)
81d547
 # I can't figure out a way to fix that