summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-26 13:34:07 +0100
committerElyes HAOUAS <ehaouas@noos.fr>2020-10-26 13:34:07 +0100
commit6583239711ec09f25bc83054464d8dfd477be4bd (patch)
treeb3f5c241072e058efb97ae1f6ea44f38f711df85 /tests
parentdce776e0c8d03e8d13821f4b42f13cdc931aa6fd (diff)
downloadacpica-6583239711ec09f25bc83054464d8dfd477be4bd.tar.gz
bdemo/ACPICA/bdemo/Makefile: Remove unneeded whitespace at end on line
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile b/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
index f9fe7de6a..1694de56c 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
@@ -6,6 +6,6 @@ COLL= ../../..
ADD_ASLFLAGS=-vx 6142 #illegal forward reference
ADD_ASLFLAGS+=-vx 6152 #recursive method call
ADD_ASLFLAGS+=-vx 6163 #illegal reference in method
-
+
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install