On Mon, Oct 19, 2009 at 16:32, Bill Gatliff wrote: > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -6,6 +6,8 @@ > # > > obj-y += gpio/ > +obj-$(CONFIG_GENERIC_PWM) += pwm/ > + > obj-$(CONFIG_PCI) += pci/ spurious new line > --- /dev/null > +++ b/drivers/pwm/Kconfig > + software controlled power-efficent backlights on LCD efficient > --- /dev/null > +++ b/drivers/pwm/Makefile > @@ -0,0 +1,7 @@ > +# > +# Makefile for pwm devices > +# > +obj-y := pwm.o > + > +obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o > +obj-$(CONFIG_GPIO_PWM) += gpio.o > \ No newline at end of file there should be a newline at the end of the file -mike -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html