OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e0669
)
platform/x86: Fix Makefile for intel_mid_powerbtn
author
Ameya Palande
<2ameya@gmail.com>
Wed, 6 Apr 2011 14:45:03 +0000
(17:45 +0300)
committer
Matthew Garrett
<mjg@redhat.com>
Fri, 27 May 2011 16:37:19 +0000
(12:37 -0400)
Signed-off-by: Ameya Palande <2ameya@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/Makefile
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/Makefile
b/drivers/platform/x86/Makefile
index
af683fb
..
afc1f83
100644
(file)
--- a/
drivers/platform/x86/Makefile
+++ b/
drivers/platform/x86/Makefile
@@
-41,6
+41,6
@@
obj-$(CONFIG_XO1_RFKILL) += xo1-rfkill.o
obj-$(CONFIG_XO15_EBOOK) += xo15-ebook.o
obj-$(CONFIG_IBM_RTL) += ibm_rtl.o
obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o
-obj-$(CONFIG_INTEL_MFLD_THERMAL) += intel_mid_thermal.o
obj-$(CONFIG_MXM_WMI) += mxm-wmi.o
+obj-$(CONFIG_INTEL_MID_POWER_BUTTON) += intel_mid_powerbtn.o
obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o