From f2bf96d30fe08965ffd53a28099131ac030e43d5 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 28 May 2010 18:46:48 +0000 Subject: Import ACPICA 20100528. --- compiler/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'compiler/Makefile') diff --git a/compiler/Makefile b/compiler/Makefile index 2bdd0d31d264..6b6ac5c5105d 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -32,6 +32,12 @@ SRCS= \ asltransform.c \ asltree.c \ aslutils.c \ + dtcompile.c \ + dtfield.c \ + dtio.c \ + dtsubtable.c \ + dttable.c \ + dtutils.c \ ../common/getopt.c \ ../utilities/utalloc.c \ ../utilities/utcache.c \ @@ -119,7 +125,7 @@ SRCS= \ ../osunixxf.c NOMAN= YES -CFLAGS+= -Wall -O2 -Wstrict-prototypes -D_LINUX -DACPI_ASL_COMPILER -I../include +CFLAGS+= -Wall -O2 -Wstrict-prototypes -D_LINUX -DACPI_ASL_COMPILER -I../include -I../compiler #YACC= yacc YACC= bison -- cgit v1.2.3