1
0
mirror of https://github.com/acpica/acpica/ synced 2025-03-19 12:42:57 +03:00

AcpiHelp: Add new file (utexcep.c) to makefils and project files.

Adds support for the -e option to decode ACPICA exceptions.
This commit is contained in:
Robert Moore 2012-06-26 09:14:25 -07:00
parent e5fc16a6e2
commit c725de3b1c
3 changed files with 12 additions and 4 deletions
generate

@ -51,7 +51,8 @@ ACPICA_HEADERS = \
#
vpath %.c \
$(ACPIHELP) \
$(ACPICA_COMMON)
$(ACPICA_COMMON) \
$(ACPICA_UTILITIES)
HEADERS = \
$(wildcard $(ACPIHELP)/*.h)
@ -63,7 +64,8 @@ OBJECTS = \
ahdecode.o \
ahpredef.o \
ahmain.o \
getopt.o
getopt.o \
utexcep.o
CFLAGS+= \
-D$(HOST) \

@ -279,6 +279,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\source\components\utilities\utexcep.c"
>
</File>
</Filter>
</Filter>
<Filter

@ -19,7 +19,8 @@ PROG = $(OBJDIR)/acpihelp
#
vpath %.c \
$(ACPIHELP) \
$(ACPICA_COMMON)
$(ACPICA_COMMON) \
$(ACPICA_UTILITIES)
HEADERS = \
$(wildcard $(ACPIHELP)/*.h)
@ -31,7 +32,8 @@ OBJECTS = \
$(OBJDIR)/ahdecode.o \
$(OBJDIR)/ahpredef.o \
$(OBJDIR)/ahmain.o \
$(OBJDIR)/getopt.o
$(OBJDIR)/getopt.o \
$(OBJDIR)/utexcep.o
#
# Flags specific to acpihelp