mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
Merge back ACPICA changes for v4.12.
This commit is contained in:
commit
f202f65dd4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Makefile for ACPICA Core interpreter
|
||||
#
|
||||
|
||||
ccflags-y := -Os -DBUILDING_ACPICA
|
||||
ccflags-y := -Os -D_LINUX -DBUILDING_ACPICA
|
||||
ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
|
||||
|
||||
# use acpi.o to put all files here into acpi.o modparam namespace
|
||||
|
|
Loading…
Reference in a new issue