Subversion Repositories Kolibri OS

Rev

Rev 9499 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9499 Rev 9797
Line 12... Line 12...
12
LDFLAGS = " -nostdlib -T acpi.lds -shared -s --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../contrib/sdk/lib -L../ddk -Lacpica "
12
LDFLAGS = " -nostdlib -T acpi.lds -shared -s --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../contrib/sdk/lib -L../ddk -Lacpica "
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
NAME = "acpi.sys"
14
NAME = "acpi.sys"
15
 
15
 
Line 16... Line 16...
16
compile_gcc{ "acpi.c", "scan.c", "pci_root.c", "pci_bind.c", "pci_irq.c", "pci/probe.c", "pci/pci.c", "pci/access.c" }
16
compile_gcc{ "acpi.c", "scan.c", "pci_root.c", "pci_bind.c", "pci_irq.c", "pci/probe.c", "pci/pci.c", "pci/access.c" }
17
OBJS.extra_inputs = {"../ddk/libcore.a", "../ddk/libddk.a", "./acpica/libacpica.a"}
17
OBJS.extra_inputs = {"../ddk/", "../ddk/", "./acpica/libacpica.a"}
18
 
18