Subversion Repositories Kolibri OS

Rev

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

Rev 1764 Rev 1869
Line -... Line 1...
-
 
1
CC = gcc
1
CC = gcc
2
AS = as
2
AS = as
3
 
Line 3... Line 4...
3
 
4
DRV_TOPDIR   = $(CURDIR)/..
4
DRV_TOPDIR   = $(CURDIR)/..
5
DRV_INCLUDES = $(DRV_TOPDIR)/include
Line 22... Line 23...
22
		linux/idr.c		\
23
		linux/firmware.c	\
23
		linux/firmware.c	\
24
		linux/list_sort.c	\
24
		linux/list_sort.c	\
25
		linux/dmapool.c		\
25
		linux/dmapool.c		\
26
		linux/ctype.c		\
26
		malloc/malloc.c		\
27
		malloc/malloc.c		\
-
 
28
		stdio/vsprintf.c	\
27
		stdio/icompute.c	\
29
		string/_memmove.S 	\
28
		stdio/vsprintf.c	\
-
 
29
		stdio/doprnt.c		\
30
		string/_strncat.S 	\
30
		stdio/chartab.c		\
-
 
31
		string/_memmove.S 	\
-
 
32
		string/_strncat.S 	\
31
		string/_strncmp.S 	\
33
		string/_strncmp.S 	\
32
		string/_strncpy.S 	\
34
		string/_strncpy.S 	\
33
		string/_strnlen.S 	\
35
		string/_strnlen.S 	\
34
		string/bcmp.S 		\
36
		string/bcmp.S 		\
35
		string/bcopy.S 		\