mirror of
https://github.com/acpica/acpica/
synced 2025-03-20 05:02:53 +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:
parent
e5fc16a6e2
commit
c725de3b1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user