[coreboot] [PATCH 2/3] Handle compiler options for source classes more generically

2011-02-17 Thread Patrick Georgi
Signed-off-by: Patrick Georgi --- Makefile | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 0754b15..a233c13 100644 --- a/Makefile +++ b/Makefile @@ -202,6 +202,11 @@ $(call add-class,ramstage) $(call add-class,romstage) $(cal

Re: [coreboot] [PATCH 2/3] Handle compiler options for source classes more generically

2011-02-17 Thread Stefan Reinauer
* Patrick Georgi [110217 09:55]: > Signed-off-by: Patrick Georgi > 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 t