[Developer] init.cc C question
Carl van Schaik
carl at ok-labs.com
Wed May 9 09:46:53 EST 2007
Hi Jorge,
Jorge Torres wrote:
> Hi everyone,
>
> *the other: I'm not sure if I understand the l4 generic code works at
> build time:
> Lets say I have a definition A in include/init.h
> then I can transparently use such definition in:
> arch/ia32/src/init.cc, even dou <include/init.h> refers to
> arch/ia32/include/init.h, because at build time; include/ and
> arch/ia32/include/ objects are "binded", right?
#include <init.h> for include/arch/init.h
#include <arch/init.h> for arch/xxx/include/arch/init.h
#include <plat/init.h> for platform/yyy/include/plat/init.h
we try not to use file-scope includes, the build system sets the include
path such that all files get their headers in a consistent way.
> Well, Thank you very much,
>
> Jorge
>
Cheers,
Carl
> ------------------------------------------------------------------------
>
> _______________________________________________
> Developer mailing list
> Developer at okl4.org
> https://lists.okl4.org/mailman/listinfo/developer
>
More information about the Developer
mailing list