0 for o PTI Makefile bug.
authorJ Freyensee <james_p_freyensee@linux.intel.com>
Fri, 17 Jun 2011 22:13:33 +0000 (15:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 22:38:43 +0000 (15:38 -0700)
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>
drivers/misc/Makefile

index 5f03172cc0b5a5cd852f91135a5690aba8df7b0d..fa429f5148ace7f468084e4f442b46de4f25e453 100644 (file)
@@ -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
This page took 0.024912 seconds and 5 git commands to generate.