Skip site navigation (1)Skip section navigation (2)
Date:      19 Sep 2002 14:39:00 +1000
From:      Duncan Anker <d.anker@au.darkbluesea.com>
To:        shubha mr <shubha_mr@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: makefile silly question.
Message-ID:  <1032410341.30308.3.camel@duncan>
In-Reply-To: <20020919043726.89576.qmail@web14612.mail.yahoo.com>
References:  <20020919043726.89576.qmail@web14612.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-09-19 at 14:37, shubha mr wrote:

mydriver.h) also in the
> same directory,then while includign them in the .c
> files,I do #include<dev/mydriver/mydriver.h>.It
> complies fine when I make it in the directory
> /usr/src/sys/modules/mydriver.
> 
> what I am looking for is a way by which I can include
> mydriver.h as #include "mydriver.h".I can do this by a
>
Add to your CFLAGS:

-I/path/to/my/include/directory


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1032410341.30308.3.camel>