[U-Boot-Users] Hi, I am new to U-Boot, how do I get started?

15 Apr
2008
15 Apr
'08
4:42 a.m.
hi all, i read the Readme in the top directory of U-boot 1.3.2. i hope this subject is appropriate. i have a question on the makefile, i want to know where is the $obj define, but it seem it define implicitly when use it.
sample: VERSION = 1 PATCHLEVEL = 3 SUBLEVEL = 2 EXTRAVERSION = U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) VERSION_FILE = $(obj)include/version_autogenerated.h
so my question is, where is the version_autogenerated.h file? because i couldn;t find it, so i am not sure what is the purpose of this line. please enlighten me on the usage of the the $obj if possible. i am new to u-boot, thank you.
regards,-keo
6230
Age (days ago)
6230
Last active (days ago)
0 comments
1 participants
participants (1)
-
cheesiong