[U-Boot-Users] How can a file in directory "u-boot-1.1.4\include\configs" be included?
Wolfgang Denk
wd at denx.de
Fri Apr 21 00:09:51 CEST 2006
In message <200604200844.k3K8i3wk016937 at scut.edu.cn> you wrote:
>
> I'm a beginner at u-boot porting and have a question about how can
> a file in directory "u-boot-1.1.4\include\configs", say pxa255_idp.h,
There is no such file. Both '\i' and '\c' are undefined escape
sequences in the C programming language.
> be included in the whole project? I just can not find any code line
> like "#include <pxa255_idp.h>". The question is
> easy for non-beginners but hard for me. Any advice is appreciated.
You just include <config.h> - this takes care of all you need.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I'd like to meet the man who invented sex and see what he's working
on now.
More information about the U-Boot
mailing list