actually, could someone point me toward a newer Makefile.inc?? On 02/11/10 18:25, ron minnich wrote: > I'm ok with most of it but this part worries me: > + > +initobj-y += crt0.o > +crt0s := $(src)/cpu/x86/16bit/entry16.inc > +crt0s += $(src)/cpu/x86/32bit/entry32.inc > +crt0s += $(src)/cpu/x86/16bit/reset16.inc > +crt0s += $(src)/arch/i386/lib/id.inc > +crt0s += $(src)/cpu/amd/model_lx/cache_as_ram.inc > +crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc > + > +ldscripts := $(src)/arch/i386/init/ldscript_fallback_cbfs.lb > +ldscripts += $(src)/cpu/x86/16bit/entry16.lds > +ldscripts += $(src)/cpu/x86/16bit/reset16.lds > +ldscripts += $(src)/arch/i386/lib/id.lds > +ldscripts += $(src)/arch/i386/lib/failover.lds > > I thought we were trying to get away from this kind of thing. Why is > it still there? > > ron > >
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

