mirror of
https://github.com/acpica/acpica/
synced 2024-12-27 20:59:47 +03:00
Makefiles/projectfiles: Update for new files.
Five new iASL files added.
This commit is contained in:
parent
3bf598ae38
commit
1a7373c3b6
@ -967,6 +967,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslfileio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslfiles.c"
|
||||
>
|
||||
@ -1011,6 +1015,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslhex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\asllength.c"
|
||||
>
|
||||
@ -1143,6 +1151,14 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslmethod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslnamesp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslopcodes.c"
|
||||
>
|
||||
@ -1565,6 +1581,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslxref.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Common"
|
||||
|
@ -53,13 +53,17 @@ OBJECTS = \
|
||||
$(OBJDIR)/aslcompile.o \
|
||||
$(OBJDIR)/aslerror.o \
|
||||
$(OBJDIR)/aslfiles.o \
|
||||
$(OBJDIR)/aslfileio.o \
|
||||
$(OBJDIR)/aslfold.o \
|
||||
$(OBJDIR)/aslhex.o \
|
||||
$(OBJDIR)/asllength.o \
|
||||
$(OBJDIR)/asllisting.o \
|
||||
$(OBJDIR)/aslload.o \
|
||||
$(OBJDIR)/asllookup.o \
|
||||
$(OBJDIR)/aslmain.o \
|
||||
$(OBJDIR)/aslmap.o \
|
||||
$(OBJDIR)/aslmethod.o \
|
||||
$(OBJDIR)/aslnamesp.o \
|
||||
$(OBJDIR)/aslopcodes.o \
|
||||
$(OBJDIR)/asloperands.o \
|
||||
$(OBJDIR)/aslopt.o \
|
||||
@ -80,6 +84,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/aslutils.o \
|
||||
$(OBJDIR)/asluuid.o \
|
||||
$(OBJDIR)/aslwalks.o \
|
||||
$(OBJDIR)/aslxref.o \
|
||||
$(OBJDIR)/dtcompile.o \
|
||||
$(OBJDIR)/dtexpress.o \
|
||||
$(OBJDIR)/dtfield.o \
|
||||
|
Loading…
Reference in New Issue
Block a user