Subversion Repositories Kolibri OS

Rev

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

Rev 1630 Rev 1631
Line -... Line 1...
-
 
1
CC = gcc
-
 
2
FASM = e:/fasm/fasm.exe
-
 
3
 
1
CC = gcc
4
CFLAGS = -c -O2 -fomit-frame-pointer -fno-builtin-printf 
2
FASM = e:/fasm/fasm.exe
5
 
Line 3... Line 6...
3
 
6
DRV_DIR   = $(CURDIR)/..
Line 26... Line 29...
26
NAME_SRCS= 	acpi.c		\
29
		pci_root.c	\
27
		scan.c		\
30
		pci/access.c	\
28
		pci_irq.c	\
31
		pci/pci.c	\
29
		pci_root.c	\
32
		pci/probe.c	\
-
 
33
		pci_bind.c
30
		pci/pci.c	\
34
 
31
		pci/probe.c	\
35
 
32
		pci_bind.c
36
all: $(NAME).dll