Subversion Repositories Kolibri OS

Rev

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

Rev 1413 Rev 1430
Line -... Line 1...
-
 
1
CC = gcc
1
CC = gcc
2
FASM = e:/fasm/fasm.exe
2
FASM = e:/fasm/fasm.exe
3
 
Line 3... Line 4...
3
 
4
DEFINES	 = -D__KERNEL__ -DCONFIG_X86_32 
Line 46... Line 47...
46
			$(DRM_TOPDIR)/drm_fb_helper.c		\
47
			$(DRM_TOPDIR)/drm_dp_i2c_helper.c	\
47
			$(DRM_TOPDIR)/drm_dp_i2c_helper.c	\
48
			$(DRM_TOPDIR)/i2c/i2c-core.c		\
48
			$(DRM_TOPDIR)/i2c/i2c-core.c		\
49
			$(DRM_TOPDIR)/i2c/i2c-algo-bit.c	\
49
			$(DRM_TOPDIR)/i2c/i2c-algo-bit.c	\
50
			evergreen.c				\
50
			radeon_device.c				\
51
			radeon_device.c				\
-
 
52
			radeon_clocks.c				\
51
			radeon_clocks.c				\
53
			radeon_i2c.c				\
52
			radeon_i2c.c				\
54
			atom.c					\
53
			atom.c					\
55
			radeon_atombios.c			\
54
			radeon_atombios.c			\
56
			radeon_agp.c				\
55
			radeon_agp.c				\
57
			atombios_crtc.c				\