* Patrick Georgi <[email protected]> [110217 09:55]: > Signed-off-by: Patrick Georgi <[email protected]> > index 0754b15..a233c13 100644 > --- a/Makefile > +++ b/Makefile > -$(eval $(call create_cc_template,driver,S,-DASSEMBLY)) > -$(eval $(call create_cc_template,smm,c)) > -$(eval $(call create_cc_template,smm,S))
Interesting. I think smm,S should have had -DASSEMBLY, too. Well, even better would be to use __ASSEMBLY__ or __ASSEMBLER__ in the code as defined by gcc for this purpose and not treat them differently at all. Acked-by: Stefan Reinauer <[email protected]> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

