repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] fix semaphore handling in __unregister_chrdev_region
[linux/fpc-iii.git]
/
drivers
/
acpi
/
utilities
/
Makefile
blob
939c447dd52a9d8f4f8842d481f67e98c99f9c40
1
#
2
# Makefile for all Linux ACPI interpreter subdirectories
3
#
4
5
obj-y
:=
utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \
6
utcopy.o utdelete.o utglobal.o utmath.o utobject.o
7
8
EXTRA_CFLAGS
+= $(
ACPI_CFLAGS
)