diff options
author | Alan Cox <alan@linux.intel.com> | 2010-06-18 14:05:52 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:48:50 -0400 |
commit | c715a38bb7fc22fb8018b916c8a9f7ff017a8ad7 (patch) | |
tree | b51c087653a2e6cd9a03057cf995eca3100bfb0e /drivers/platform/x86/Makefile | |
parent | 97ba0af097dc3428b85dc6a1282968d7ba9510f5 (diff) | |
download | blackbird-op-linux-c715a38bb7fc22fb8018b916c8a9f7ff017a8ad7.tar.gz blackbird-op-linux-c715a38bb7fc22fb8018b916c8a9f7ff017a8ad7.zip |
rar: Move the RAR driver into the right place as its now clean
We exit staging rar! rar! rar!...
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
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 7318fc2c1629..ed50eca1b556 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -26,4 +26,5 @@ obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o obj-$(CONFIG_TOSHIBA_BT_RFKILL) += toshiba_bluetooth.o obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o +obj-$(CONFIG_RAR_REGISTER) += intel_rar_register.o obj-$(CONFIG_INTEL_IPS) += intel_ips.o |