* She, Kerry <[email protected]> [110422 05:12]:
> Signed-off-by: Kerry She <[email protected]>
> 
> SB800 CIMX code can share the AGESA V5 lib code,
> some platform only use sb800 cimx code, not use AGESA v5 code,
> compile the sb800 cimx and AGESA v5 lib code.
> 
> Signed-off-by: Kerry She <[email protected]>
> 
> Index: Makefile.inc
> ===================================================================
> --- Makefile.inc        (revision 6481)
> +++ Makefile.inc        (working copy)
> @@ -110,7 +110,9 @@
>  CFLAGS += -Werror
>  endif
>  ifneq ($(CONFIG_AMD_AGESA),y)
> -CFLAGS += -nostdinc
> + ifneq ($(CONFIG_AMD_CIMX_SB800),y)
> +  CFLAGS += -nostdinc
> + endif
>  endif
>  CFLAGS += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
> 

Why is that needed. Can we instead fix the code, please?


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to