summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorJ Freyensee2011-06-18 00:13:33 +0200
committerGreg Kroah-Hartman2011-07-02 00:38:43 +0200
commitfc360ee7a75da5ef96e7fca145b05024bfce4c72 (patch)
treefd5071a5add05453de9846270a1b93d211ef5cca /drivers/misc
parenttty: serial: samsung.c remove legacy PM code. (diff)
downloadkernel-qcow2-linux-fc360ee7a75da5ef96e7fca145b05024bfce4c72.tar.gz
kernel-qcow2-linux-fc360ee7a75da5ef96e7fca145b05024bfce4c72.tar.xz
kernel-qcow2-linux-fc360ee7a75da5ef96e7fca145b05024bfce4c72.zip
0 for o PTI Makefile bug.
This patch fixes an issue where 'obj' was actually spelled '0bj' and would skip compiling the pti driver. Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 5f03172cc0b5..fa429f5148ac 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -6,7 +6,7 @@ obj-$(CONFIG_IBM_ASM) += ibmasm/
obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o
obj-$(CONFIG_AD525X_DPOT_I2C) += ad525x_dpot-i2c.o
obj-$(CONFIG_AD525X_DPOT_SPI) += ad525x_dpot-spi.o
-0bj-$(CONFIG_INTEL_MID_PTI) += pti.o
+obj-$(CONFIG_INTEL_MID_PTI) += pti.o
obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o
obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o
obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o