Subversion Repositories Kolibri OS

Rev

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

Rev 1268 Rev 1313
Line 71... Line 71...
71
			radeon_fb.c				\
71
			radeon_fb.c				\
72
			rdisplay.c				\
72
			rdisplay.c				\
73
			rdisplay_kms.c				\
73
			rdisplay_kms.c				\
74
			radeon_pm.c				\
74
			radeon_pm.c				\
75
			cmdline.c
75
			cmdline.c				\
76
 
76
			cursor.S
-
 
77
 
Line 77... Line 78...
77
 
78
 
Line 78... Line 79...
78
SRC_DEP:=    
79
SRC_DEP:=    
79
 
80
 
Line 80... Line 81...
80
 
81
 
Line 90... Line 91...
90
 
91
 
Line 91... Line 92...
91
 
92
 
92
%.o : %.c $(HFILES) Makefile
93
%.o : %.c $(HFILES) Makefile
-
 
94
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $<
-
 
95
 
-
 
96
%.o : %.S $(HFILES) Makefile