diff options
Diffstat (limited to 'compiler/dttemplate.c')
| -rw-r--r-- | compiler/dttemplate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dttemplate.c b/compiler/dttemplate.c index ce49db2cdd36..122d464129bb 100644 --- a/compiler/dttemplate.c +++ b/compiler/dttemplate.c @@ -121,7 +121,8 @@ DtCreateTemplates ( /* Create all known templates if requested */ - if (!ACPI_STRNCMP (Signature, "ALL", 3)) + if (!ACPI_STRNCMP (Signature, "ALL", 3) || + !ACPI_STRCMP (Signature, "*")) { Status = DtCreateAllTemplates (); return (Status); |
