ACPI_DEBUG_OUTPUT isn't necessarily a Makefile -D option defined environment macro. This patch cleans up ACPICA Makefile by moving it to aclinux.h, leaving only -D options for macros that must be defined in the Makefile. Signed-off-by: Lv Zheng <lv.zheng@xxxxxxxxx> --- drivers/acpi/acpica/Makefile | 1 - include/acpi/platform/aclinux.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile index dea6530..762f2261 100644 --- a/drivers/acpi/acpica/Makefile +++ b/drivers/acpi/acpica/Makefile @@ -3,7 +3,6 @@ # 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 obj-y += acpi.o diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index a39e3f6..1ec8fb7 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -74,6 +74,7 @@ #endif #ifdef CONFIG_ACPI_DEBUG +#define ACPI_DEBUG_OUTPUT #define ACPI_MUTEX_DEBUG #endif -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html