-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 128087 b: refs/heads/master c: d0302bc h: refs/heads/master i: 128085: 8ac8f64 128083: 9345872 128079: db86efa v: v3
- Loading branch information
Len Brown
committed
Jan 9, 2009
1 parent
d3903a9
commit 18345ba
Showing
193 changed files
with
3,466 additions
and
3,195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 237889bf0a62f1399fb2ba0c2a259e6a96597131 | ||
refs/heads/master: d0302bc62af7983040ea1cd1b5dd2b36e1a6a509 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# | ||
# Makefile for ACPICA Core interpreter | ||
# | ||
|
||
ccflags-y := -Os | ||
ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT | ||
|
||
obj-y := dsfield.o dsmthdat.o dsopcode.o dswexec.o dswscope.o \ | ||
dsmethod.o dsobject.o dsutils.o dswload.o dswstate.o \ | ||
dsinit.o | ||
|
||
obj-y += evevent.o evregion.o evsci.o evxfevnt.o \ | ||
evmisc.o evrgnini.o evxface.o evxfregn.o \ | ||
evgpe.o evgpeblk.o | ||
|
||
obj-y += exconfig.o exfield.o exnames.o exoparg6.o exresolv.o exstorob.o\ | ||
exconvrt.o exfldio.o exoparg1.o exprep.o exresop.o exsystem.o\ | ||
excreate.o exmisc.o exoparg2.o exregion.o exstore.o exutils.o \ | ||
exdump.o exmutex.o exoparg3.o exresnte.o exstoren.o | ||
|
||
obj-y += hwacpi.o hwgpe.o hwregs.o hwsleep.o hwxface.o | ||
|
||
obj-$(ACPI_FUTURE_USAGE) += hwtimer.o | ||
|
||
obj-y += nsaccess.o nsload.o nssearch.o nsxfeval.o \ | ||
nsalloc.o nseval.o nsnames.o nsutils.o nsxfname.o \ | ||
nsdump.o nsinit.o nsobject.o nswalk.o nsxfobj.o \ | ||
nsparse.o nspredef.o | ||
|
||
obj-$(ACPI_FUTURE_USAGE) += nsdumpdv.o | ||
|
||
obj-y += psargs.o psparse.o psloop.o pstree.o pswalk.o \ | ||
psopcode.o psscope.o psutils.o psxface.o | ||
|
||
obj-y += rsaddr.o rscreate.o rsinfo.o rsio.o rslist.o rsmisc.o rsxface.o \ | ||
rscalc.o rsirq.o rsmemory.o rsutils.o | ||
|
||
obj-$(ACPI_FUTURE_USAGE) += rsdump.o | ||
|
||
obj-y += tbxface.o tbinstal.o tbutils.o tbfind.o tbfadt.o tbxfroot.o | ||
|
||
obj-y += utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \ | ||
utcopy.o utdelete.o utglobal.o utmath.o utobject.o \ | ||
utstate.o utmutex.o utobject.o utresrc.o |
Oops, something went wrong.