Subversion Repositories Kolibri OS

Rev

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

Rev 1498 Rev 1499
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
LDFLAGS = -nostdlib -shared -s -Map acpi.map --image-base 0\
16
LDFLAGS = -nostdlib -shared -s -Map acpi.map --image-base 0\
17
	  --file-alignment 512 --section-alignment 4096
17
	  --file-alignment 512 --section-alignment 4096
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
LIBPATH:= -L$(DRV_DIR)/ddk -L./acpi
19
LIBPATH:= -L$(DRV_DIR)/ddk -L./acpica
Line 20... Line 20...
20
 
20