Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755456Ab0BBHQq (ORCPT ); Tue, 2 Feb 2010 02:16:46 -0500 Received: from mail-yx0-f189.google.com ([209.85.210.189]:54662 "EHLO mail-yx0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755256Ab0BBHQo (ORCPT ); Tue, 2 Feb 2010 02:16:44 -0500 Message-ID: <4B67D14C.1020807@billgatliff.com> Date: Tue, 02 Feb 2010 01:16:28 -0600 From: Bill Gatliff User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: linux-embedded@vger.kernel.org CC: linux-kernel@vger.kernel.org Subject: Re: [PWM PATCH 3/5] Expunge old Atmel PWMC driver, replacing it with one that conforms to the PWM API References: <2d73f9b2fd175fd3e482920baebcd3028206f02e.1265094517.git.bgat@billgatliff.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 945 Lines: 33 Bill Gatliff wrote: > > diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile > index 049ff24..8cf48cf 100644 > --- a/drivers/misc/Makefile > +++ b/drivers/misc/Makefile > @@ -5,7 +5,11 @@ > obj-$(CONFIG_IBM_ASM) += ibmasm/ > obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ > obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o > -obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o > +obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o > +obj-$(CONFIG_EEEPC_LAPTOP) += eeepc-laptop.o > +obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o > +obj-$(CONFIG_COMPAL_LAPTOP) += compal-laptop.o > +obj-$(CONFIG_ACER_WMI) += acer-wmi.o > Darn it!! I'll clean this one up in the final post. b.g. -- Bill Gatliff bgat@billgatliff.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/