Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 13 Oct 2002 22:43:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 13 Oct 2002 22:43:50 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:39321 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Sun, 13 Oct 2002 22:43:48 -0400 Date: Sun, 13 Oct 2002 21:49:33 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Greg KH cc: "Martin J. Bligh" , Linus Torvalds , Dave Jones , linux-kernel Subject: Re: [PATCH] Summit support for 2.5 [0/4] In-Reply-To: <20021014022515.GB1768@kroah.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 530 Lines: 25 On Sun, 13 Oct 2002, Greg KH wrote: > +ifeq ($(CONFIG_SUMMIT),y) > +MACHINE = mach-summit > endif > > Can make handle reassigning a variable? Sure. You could even do machine-y := mach-generic machine-$(CONFIG_SUMMIT) := mach-summit ... MACHINE := $(machine-y) --Kai - 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/