| To: | Grant Likely <grant.likely@secretlab.ca> |
|---|---|
| Subject: | Re: [RFC PATCH v2 02/12] of: Allow scripts/dtc/libfdt to be used from kernel code |
| From: | Sam Ravnborg <sam@ravnborg.org> |
| Date: | Sat, 5 Mar 2011 23:04:47 +0100 |
| Cc: | David Daney <ddaney@caviumnetworks.com>, linux-mips@linux-mips.org, ralf@linux-mips.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <20110305005750.GC7579@angua.secretlab.ca> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1299267744-17278-1-git-send-email-ddaney@caviumnetworks.com> <1299267744-17278-3-git-send-email-ddaney@caviumnetworks.com> <20110305005750.GC7579@angua.secretlab.ca> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
>
> libfdt_env.h should be in include/linux
>
> > +#include "../../scripts/dtc/libfdt/fdt.h"
> > +#include "../../scripts/dtc/libfdt/libfdt.h"
>
> Hmmm... I wonder if there is a better way to do this. I don't much
> care for the relative path references.
I assume:
#include "scripts/dtc/libfdt/fdt.h"
#include "scripts/dtc/libfdt/libfdt.h"
works. Because working direcotry is root of kernel tree.
But it is long time ago I played with this so my memory may foul me.
Just noticed this...
> > +
> > +EXTRA_CFLAGS += -include $(src)/libfdt_env.h
> > -I$(src)/../../scripts/dtc/libfdt
"ccflags-y := ..." is recommended these days.
Sam
|
| Previous by Date: | Re: [RFC PATCH v2 02/12] of: Allow scripts/dtc/libfdt to be used from kernel code, David Gibson |
|---|---|
| Next by Date: | Re: [PATCH V2 06/10] MIPS: lantiq: add NOR flash support, Artem Bityutskiy |
| Previous by Thread: | Re: [RFC PATCH v2 02/12] of: Allow scripts/dtc/libfdt to be used from kernel code, Grant Likely |
| Next by Thread: | Re: [RFC PATCH v2 02/12] of: Allow scripts/dtc/libfdt to be used from kernel code, David Gibson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |