mirror of
https://github.com/acpica/acpica/
synced 2024-12-27 04:39:46 +03:00
New files added
This commit is contained in:
parent
6368989ade
commit
6b648a34c5
@ -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))
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user