2016-01-07 00:44:04 +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(-)
|
|
|
|
|
2019-11-23 23:16:51 +00:00
|
|
|
Index: acpica-unix-20191018/tests/templates/Makefile
|
2016-03-19 21:32:48 +00:00
|
|
|
===================================================================
|
2019-11-23 23:16:51 +00:00
|
|
|
--- acpica-unix-20191018.orig/tests/templates/Makefile
|
|
|
|
+++ acpica-unix-20191018/tests/templates/Makefile
|
2019-10-27 22:01:59 +00:00
|
|
|
@@ -26,7 +26,7 @@ $(aml_obj): %.aml: %.asl
|
|
|
|
|
2015-10-15 00:09:42 +00:00
|
|
|
|
|
|
|
templates :
|
|
|
|
- sh templates.sh
|
|
|
|
+ sh templates.sh 1
|
|
|
|
|
2019-10-27 22:01:59 +00:00
|
|
|
.PHONY: clean
|
|
|
|
clean:
|