Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-22 | build: add missing $(AR)->$(cmd_link_o_target) update | Mike Frysinger | |
Seems people fixed their files to use libfoo.o, but didn't actually update the creation targets to use $(cmd_link_o_target). Update the rest of the Makefile's found with grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Simon Glass <sjg@chromium.org> | |||
2011-10-17 | sandbox: Add sandbox board | Simon Glass | |
This adds basic files for the sandbox board. The lds file is very simple since we can rely mostly on the linker defaults. Signed-off-by: Simon Glass <sjg@chromium.org> |