Re: [RFC PATCH] ACPI: Fix build errors due objects compiled unconditionally

2015-11-02 Thread Javier Martinez Canillas
Hello, On 10/13/2015 01:36 AM, Javier Martinez Canillas wrote: > If the CONFIG_ACPI Kconfig symbol is not enabled and a partial build is > attempted (make M=drivers/acpi), compile errors will happen due missing > types and identifiers. > > This is because objects are tried to be built uncondition

[RFC PATCH] ACPI: Fix build errors due objects compiled unconditionally

2015-10-12 Thread Javier Martinez Canillas
If the CONFIG_ACPI Kconfig symbol is not enabled and a partial build is attempted (make M=drivers/acpi), compile errors will happen due missing types and identifiers. This is because objects are tried to be built unconditionally even when CONFIG_ACPI is not enabled. This is usually not a problem s