Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262298AbTESBpY (ORCPT ); Sun, 18 May 2003 21:45:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262299AbTESBpY (ORCPT ); Sun, 18 May 2003 21:45:24 -0400 Received: from sullivan.realtime.net ([205.238.132.76]:35086 "EHLO sullivan.realtime.net") by vger.kernel.org with ESMTP id S262298AbTESBpX (ORCPT ); Sun, 18 May 2003 21:45:23 -0400 Date: Sun, 18 May 2003 20:35:16 -0500 From: Milton Miller Message-Id: <200305190135.h4J1ZGR31059@kb5tkf> To: pavel@ucw.cz Subject: Re: ioctl32 cleanups: kill code duplication Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 506 Lines: 21 > +#include "../../../fs/compat_ioctl.c" I think the kbuild people would rather you do this in the Makefile with something like CFLAGS_ioctl32.o += -Ifs/ and then #include "compat_ioctl.c" instead. I know the seperate source/obj dir people will. milton - 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/