Changeset 5086


Ignore:
Timestamp:
Feb 4, 2010 12:08:59 PM (3 years ago)
Author:
oxygene
Message:

This patch fixes the build for the dsdt.asl/dsdt.c.

Signed-off-by: Harald Gutmann <harald.gutmann@…>
Acked-by: Patrick Georgi <patrick.georgi@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainboard/gigabyte/m57sli/Makefile.inc

    r5067 r5086  
    5555 
    5656$(obj)/dsdt.c: $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl 
    57         iasl -p $(obj)/dsdt -tc $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl 
    58         mv $(obj)/dsdt.hex $@ 
     57        iasl -p dsdt -tc $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl 
     58        mv dsdt.hex $@ 
    5959 
    6060$(obj)/mainboard/$(MAINBOARDDIR)/dsdt.o: $(obj)/dsdt.c 
Note: See TracChangeset for help on using the changeset viewer.