[coreboot] [patch] fix compilation of all i82371eb boards when ACPI tables aren't generated

Stefan Reinauer stefan.reinauer at coreboot.org
Fri Apr 1 23:42:47 CEST 2011


* Idwer Vollering <vidwer at gmail.com> [110401 23:00]:
> V2.
> 
> Signed-off-by: Idwer Vollering <vidwer at gmail.com>

Acked-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


> ---
> 
> Index: src/southbridge/intel/i82371eb/Makefile.inc
> ===================================================================
> --- src/southbridge/intel/i82371eb/Makefile.inc (revision 6474)
> +++ src/southbridge/intel/i82371eb/Makefile.inc (working copy)
> @@ -24,8 +24,8 @@
>  driver-y +=  usb.c
>  driver-y +=  smbus.c
>  driver-y +=  reset.c
> -driver-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
> -driver-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c
> +driver-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c
> +driver-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.c
> 
>  romstage-y += early_pm.c
>  romstage-y += early_smbus.c
> 
> -- 
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot
> 




More information about the coreboot mailing list