New files added

This commit is contained in:
rmoore1 2006-03-24 20:27:32 +00:00
parent 6368989ade
commit 6b648a34c5
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
PROG= acpisrc
SRCS= ascase.c asconvrt.c asfile.c asmain.c asremove.c asutils.c osunixdir.c \
../../common/getopt.c
SRCS= ascase.c asconvrt.c asfile.c asmain.c asremove.c astable.c \
asutils.c osunixdir.c ../../common/getopt.c
CFLAGS+= -Wall -O2 -D_LINUX -Wstrict-prototypes -I../../include
CFLAGS+= -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes -I../../include
aslmain : $(patsubst %.c,%.o, $(SRCS))

View File

@ -67,6 +67,9 @@ SRCS= aslcompilerparse.c aslcompilerlex.c aslanalyze.c aslcodegen.c \
../interpreter/executer/exutils.c \
../common/adisasm.c \
../common/dmrestag.c \
../common/dmtable.c \
../common/dmtbinfo.c \
../common/dmtbdump.c \
../debugger/dbfileio.c \
../disassembler/dmbuffer.c \
../disassembler/dmnames.c \