summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
blob: f9fe7de6a35bce1a7239eecd58cbaf7fb564f7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# bdemo

AMLMOD= bdemo
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