Make: Use unaltered object list for dependency inclusion
commit963bed546f316af15bf1e4d1819388b8998ef5ec
authorNico Huber <nico.huber@secunet.com>
Wed, 15 May 2013 09:47:51 +0000 (15 11:47 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 20 May 2013 08:28:25 +0000 (20 10:28 +0200)
treea464440d100b875571e6527f1a132443d0356e16
parentb0fb2234be259a32325f5fc28750bd7b8aebc708
Make: Use unaltered object list for dependency inclusion

It looks like the inclusion of dependency files was broken for all
ramstage objects since the list of those gets processed through the
ramstage-postprocess macro. Fix that by taking the unaltered list
for dependency files.

The output of `make printall` (look for DEPENDENCIES=) shows which
dependency files will be included.

See also:

    commit 79f9010e80a04f2e0fb0cca5759e3215dff79aff
    Author: Patrick Georgi <patrick@georgi-clan.de>
    Date:   Sun Nov 25 14:31:08 2012 +0100

        build system: Add hook to postprocess classes (object lists)

and:

    commit f33e395213f0516a9256f33ede4c6bba3babb0e9
    Author: Patrick Georgi <patrick@georgi-clan.de>
    Date:   Sun Nov 25 17:10:47 2012 +0100

        build system: Split linking into multiple steps

Change-Id: If93b1773c5d53240f98382aab11bf7f5a4649ee8
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/3258
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Makefile