2020-10-14 19:30:47 +00:00
|
|
|
Add in a needed parameter for a test file template
|
|
|
|
|
|
|
|
From: Al Stone <ahs3@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
tests/templates/Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2020-10-31 11:18:15 +00:00
|
|
|
Index: acpica-unix2-20200925/tests/templates/Makefile
|
2020-10-14 19:30:47 +00:00
|
|
|
===================================================================
|
2020-10-31 11:18:15 +00:00
|
|
|
--- acpica-unix2-20200925.orig/tests/templates/Makefile
|
|
|
|
+++ acpica-unix2-20200925/tests/templates/Makefile
|
2020-10-14 19:30:47 +00:00
|
|
|
@@ -26,7 +26,7 @@ $(aml_obj): %.aml: %.asl
|
|
|
|
|
|
|
|
|
|
|
|
templates :
|
|
|
|
- sh templates.sh
|
|
|
|
+ sh templates.sh 1
|
|
|
|
|
|
|
|
.PHONY: clean
|
|
|
|
clean:
|