[coreboot] [commit] r5086 - trunk/src/mainboard/gigabyte/m57sli

Stefan Reinauer stepan at coresystems.de
Thu Feb 4 12:35:25 CET 2010


On 2/4/10 12:09 PM, repository service wrote:
> Author: oxygene
> Date: Thu Feb  4 12:08:59 2010
> New Revision: 5086
> URL: http://tracker.coreboot.org/trac/coreboot/changeset/5086
>
> Log:
> This patch fixes the build for the dsdt.asl/dsdt.c.
>
> Signed-off-by: Harald Gutmann <harald.gutmann at gmx.net>
> Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>
>
> Modified:
>    trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
>
> Modified: trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
> ==============================================================================
> --- trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Thu Feb  4 12:05:59 2010	(r5085)
> +++ trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Thu Feb  4 12:08:59 2010	(r5086)
> @@ -54,8 +54,8 @@
>  ifdef POST_EVALUATION
>  
>  $(obj)/dsdt.c: $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl
> -	iasl -p $(obj)/dsdt -tc $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl
> -	mv $(obj)/dsdt.hex $@
> +	iasl -p dsdt -tc $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl
> +	mv dsdt.hex $@ 
>   

I don't think this is good... It creates files outside of $(obj).
In fact, I think we should modify all boards to use $(obj)/dsdt if they
do not.

What was the problem without the patch?


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866





More information about the coreboot mailing list