repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CRYPTO] api: Remove deprecated interface
[pv_ops_mirror.git]
/
arch
/
i386
/
kernel
/
acpi
/
Makefile
blob
7f7be01f44e66cd27257870d540ed38d3f1e1661
1
obj-
$(
CONFIG_ACPI
) +=
boot.o
2
ifneq
($(
CONFIG_PCI
),)
3
obj-
$(
CONFIG_X86_IO_APIC
) +=
earlyquirk.o
4
endif
5
obj-
$(
CONFIG_ACPI_SLEEP
) +=
sleep.o wakeup.o
6
7
ifneq
($(
CONFIG_ACPI_PROCESSOR
),)
8
obj-y
+=
cstate.o processor.o
9
endif
10