From 67ac2c42d552618270f8ba5431d63944a35a0ee7 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 12 Feb 2016 18:53:29 +0000 Subject: Import ACPICA 20160212. --- source/compiler/asloptions.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/compiler/asloptions.c') diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c index ca392b68c622..61d2cbf0c4f3 100644 --- a/source/compiler/asloptions.c +++ b/source/compiler/asloptions.c @@ -490,6 +490,13 @@ AslDoOptions ( Gbl_SourceOutputFlag = TRUE; break; + case 'x': + + /* Produce cross-reference file */ + + Gbl_CrossReferenceOutput = TRUE; + break; + default: printf ("Unknown option: -l%s\n", AcpiGbl_Optarg); -- cgit v1.2.3