projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
[ALSA] Fix typo and add entry to documentation
[linux-2.6]
/
drivers
/
acpi
/
events
/
Makefile
Commit
Line
Data
1da177e4
LT
1
#
2
# Makefile for all Linux ACPI interpreter subdirectories
3
#
4
5
obj-y := evevent.o evregion.o evsci.o evxfevnt.o \
6
evmisc.o evrgnini.o evxface.o evxfregn.o \
7
evgpe.o evgpeblk.o
8
9
EXTRA_CFLAGS += $(ACPI_CFLAGS)