Subversion Repositories Kolibri OS

Rev

Rev 9100 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9100 Rev 9152
Line 26... Line 26...
26
 
26
 
27
LDFLAGS = -nostdlib -shared -s --major-os-version 0 --minor-os-version 7 \
27
LDFLAGS = -nostdlib -shared -s --major-os-version 0 --minor-os-version 7 \
28
	--major-subsystem-version 0 --minor-subsystem-version 5 --subsystem native \
28
	--major-subsystem-version 0 --minor-subsystem-version 5 --subsystem native \
Line 29... Line 29...
29
	--image-base 0 --file-alignment 512 --section-alignment 4096
29
	--image-base 0 --file-alignment 512 --section-alignment 4096
Line 30... Line 30...
30
 
30
 
Line 31... Line 31...
31
OBJS = k10temp.o ../pci.o ../amd_nb.o ../cpu_detect.o
31
OBJS = k10temp.o ../pci.o ../amd_nb.o ../cpu_detect.o ../e_msr.o
32
 
32