Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 22 Feb 2001 17:26:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 22 Feb 2001 17:26:25 -0500 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:4102 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Thu, 22 Feb 2001 17:26:20 -0500 Subject: Re: [PATCH] use correct include dir for build tools To: rread@datarithm.net (Robert Read) Date: Thu, 22 Feb 2001 22:28:58 +0000 (GMT) Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org In-Reply-To: <20010222123940.A20319@tenchi.datarithm.net> from "Robert Read" at Feb 22, 2001 12:39:40 PM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > FINDHPATH = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net > > HOSTCC = gcc > -HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer > +HOSTCFLAGS = -I$(HPATH) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer That seems odd. Which build tools need to find kernel includes for this kernel not the standard C includes - 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/