diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ec/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/Makefile.inc b/src/ec/Makefile.inc index 20d71ab786..37ee6dfbd6 100644 --- a/src/ec/Makefile.inc +++ b/src/ec/Makefile.inc @@ -1 +1 @@ -subdirs-y += acpi +subdirs-$(CONFIG_EC_ACPI) += acpi |