diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-04-15 00:25:28 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-04-15 00:25:28 +0200 |
commit | f202f65dd4d1dba1d3fb9c48c6a5b0725367881d (patch) | |
tree | c96c0da13c7604307009450744e292d64a642ec4 /drivers/acpi/acpica | |
parent | 1315f01632da417f1f27074bc6631df8eaf223bb (diff) | |
parent | 6895baa6a64fa9499e4d11696d59b3522c527ed0 (diff) | |
download | blackbird-op-linux-f202f65dd4d1dba1d3fb9c48c6a5b0725367881d.tar.gz blackbird-op-linux-f202f65dd4d1dba1d3fb9c48c6a5b0725367881d.zip |
Merge back ACPICA changes for v4.12.
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r-- | drivers/acpi/acpica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile index 32d93edbc479..dea65306b687 100644 --- a/drivers/acpi/acpica/Makefile +++ b/drivers/acpi/acpica/Makefile @@ -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 |