Subject: [PATCH] [acpi ec] Add setup.o target to Makefile Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/ec/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) applies-to: 2d66687f2c6d7ae9aea1e7fb1d6901f2b2012268 83df17eb0b2f81106ce2224a11e454f31a638f82 diff --git a/drivers/acpi/drivers/ec/Makefile b/drivers/acpi/drivers/ec/Makefile index b1876ef..e38b77a 100644 --- a/drivers/acpi/drivers/ec/Makefile +++ b/drivers/acpi/drivers/ec/Makefile @@ -1,6 +1,7 @@ obj-$(CONFIG_ACPI_EC) += ec.o ec-y := driver.o device.o event.o +ec-y += setup.o ec-y += resource.o ec-$(CONFIG_ACPI_DM_PROC) += proc.o --- 0.99.9.GIT