sandbox: Use 'extras' to specify 'head' files
authorSimon Glass <sjg@chromium.org>
Sat, 24 Nov 2018 04:29:30 +0000 (21:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Dec 2018 13:01:34 +0000 (06:01 -0700)
commit40e9ede1dcd852a97d772b8d592e36195c5d8b80
tree5a00b0910f47b10e2148a5b2403371c0a940ea86
parenta65d1a06c9f76d3285948a059b861d7534589cfc
sandbox: Use 'extras' to specify 'head' files

At present sandbox has a start.o in the 'start' target but also includes
it in the normal target list. This is not how this is normally handled. It
is needed because sandbox does not include the u-boot-init variable in its
link rule.

Update the rule and move start.o from the normal target list to the
'extras' list.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/Makefile
arch/sandbox/config.mk
arch/sandbox/cpu/Makefile