]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit69eb10801e84d11ca6cf4660a7b2e9854625a37d
tree5a00b0910f47b10e2148a5b2403371c0a940ea86
parent25af7db91da203e7d385d61aed5b39d25bedbe8e
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