Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Jun 2002 13:47:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Jun 2002 13:47:12 -0400 Received: from hera.cwi.nl ([192.16.191.8]:41973 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Mon, 17 Jun 2002 13:47:11 -0400 From: Andries.Brouwer@cwi.nl Date: Mon, 17 Jun 2002 19:47:10 +0200 (MEST) Message-Id: To: torvalds@transmeta.com Subject: [PATCH] small makefile correction Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 592 Lines: 15 --- linux-2.5.22/linux/arch/i386/kernel/Makefile Sun Jun 9 07:27:44 2002 +++ linux-2.5.22a/linux/arch/i386/kernel/Makefile Mon Jun 17 19:43:58 2002 @@ -15,7 +15,6 @@ obj-y += cpu/ obj-$(CONFIG_MCA) += mca.o -obj-$(CONFIG_EISA) += eisa.o obj-$(CONFIG_MTRR) += mtrr.o obj-$(CONFIG_X86_MSR) += msr.o obj-$(CONFIG_X86_CPUID) += cpuid.o - 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/