From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 4/8] ARM: tegra: build localtimer support only when needed Date: Fri, 02 Mar 2012 15:40:23 +0400 Message-ID: <4F50B1A7.60207@ru.mvista.com> References: <1330630010-11241-1-git-send-email-alan@signal11.us> <1330630010-11241-5-git-send-email-alan@signal11.us> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1330630010-11241-5-git-send-email-alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alan Ott Cc: Russell King , Colin Cross , Olof Johansson , Stephen Warren , Grant Likely , Linus Walleij , Alan Stern , Greg Kroah-Hartman , Lucas De Marchi , Arnd Bergmann , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org Hello. On 01-03-2012 23:26, Alan Ott wrote: > From: Arnd Bergmann > It is possible to build a tegra kernel without localtimer > support, so the tegra specific parts should only be built > when that is indeed enabled. > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-tegra/Makefile | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile > index e120ff5..a956df8 100644 > --- a/arch/arm/mach-tegra/Makefile > +++ b/arch/arm/mach-tegra/Makefile > @@ -13,7 +13,8 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_emc.o > obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-tegra20-tables.o > obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pinmux-tegra30-tables.o > obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += board-dt-tegra30.o > -obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o > +obj-$(CONFIG_SMP) += platsmp.o headsmp.o Could use the chance to indent here with tabs instead of spaces, like below. > +obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html