diff options
author | Mario Limonciello <mario_limonciello@dell.com> | 2014-04-04 20:15:42 +0200 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-04-06 18:58:15 +0200 |
commit | a46ad0f13bc32a9601f3c5dff43fafdc2c598814 (patch) | |
tree | 7eaebe1c76a15bae513fb9e68ee34794c708a883 /drivers/platform/x86/Makefile | |
parent | fujitsu-tablet: add support for Lifebook T901 and T902 (diff) | |
download | linux-a46ad0f13bc32a9601f3c5dff43fafdc2c598814.tar.xz linux-a46ad0f13bc32a9601f3c5dff43fafdc2c598814.zip |
Add WMI driver for controlling AlienFX features on some Alienware products
Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r-- | drivers/platform/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index b8c36f785312..1a2eafc9d48e 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -55,3 +55,4 @@ obj-$(CONFIG_INTEL_RST) += intel-rst.o obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o obj-$(CONFIG_PVPANIC) += pvpanic.o +obj-$(CONFIG_ALIENWARE_WMI) += alienware-wmi.o |