Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

J Freyensee and committed by
Greg Kroah-Hartman
fc360ee7 aef7fe52

+1 -1
+1 -1
drivers/misc/Makefile
··· 6 6 obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o 7 7 obj-$(CONFIG_AD525X_DPOT_I2C) += ad525x_dpot-i2c.o 8 8 obj-$(CONFIG_AD525X_DPOT_SPI) += ad525x_dpot-spi.o 9 - 0bj-$(CONFIG_INTEL_MID_PTI) += pti.o 9 + obj-$(CONFIG_INTEL_MID_PTI) += pti.o 10 10 obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o 11 11 obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o 12 12 obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o