See patch.
Uwe.
Subject: [coreboot] [PATCH] Use driver-y instead of obj-y formodel_6xx_init.o
Good find. Have you looked at the other CPUs to see if they need this? Is it documented?
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Fri, Sep 04, 2009 at 07:03:06AM -0600, Myles Watson wrote:
Subject: [coreboot] [PATCH] Use driver-y instead of obj-y formodel_6xx_init.o
Good find. Have you looked at the other CPUs to see if they need this? Is it documented?
Not sure. All other model_*.o files are driver-y already, _but_ there are other *.o files in src/cpu/ that are obj-y (not driver-y), dunno if that is intentional.
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, r4626.
Uwe.
In the case of files I converted, the use of driver or obj *should* have just followed the Config.lb.
This sort of thing is best done with scripts ...
ron