Subversion Repositories Kolibri OS

Rev

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

Rev 9827 Rev 9951
Line 10... Line 10...
10
LDFLAGS = " -nostdlib -shared -s --major-os-version 0 --minor-os-version 7 --major-subsystem-version 0 --minor-subsystem-version 5 --subsystem native  -T../drv.lds --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../../contrib/sdk/lib -L../../ddk "
10
LDFLAGS = " -nostdlib -shared -s --major-os-version 0 --minor-os-version 7 --major-subsystem-version 0 --minor-subsystem-version 5 --subsystem native  -T../drv.lds --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../../contrib/sdk/lib -L../../ddk "
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
LIBS = " -lddk -lcore -lgcc "
12
LIBS = " -lddk -lcore -lgcc "
13
 
13
 
14
compile_gcc{ 
14
compile_gcc{ 
Line 15... Line 15...
15
    "k10temp.c",  "../pci.c",  "../amd_nb.c", "../cpu_detect.c", "../e_msr.c" 
15
    "k10temp.c",  "../pci.c",  "../amd_nb.c", "../cpu_detect.c"
Line 16... Line 16...
16
}
16
}