
On 2009-07-09, at 17:08, Peter Tyser wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com
Makefile | 4 ++-- {api_examples => api/examples}/.gitignore | 0 {api_examples => api/examples}/Makefile | 8 ++++---- {api_examples => api/examples}/crt0.S | 0 {api_examples => api/examples}/demo.c | 0 {api_examples => api/examples}/glue.c | 0 {api_examples => api/examples}/glue.h | 0 {api_examples => api/examples}/libgenwrap.c | 0
Hi Peter, Please don't do this. I would like to have api_examples stay clear from the API proper and such organization was introduced on purpose. While the core API code is integral part of U-Boot code image, the example/demo/other app is physically separate tangible entity. I think it seems proper that directories' layout reflects this. What we could do is provide a top level directory grouping all items non-integral wrt U-Boot itself (examples, api_examples) and put them there.
Rafal