comparison drivers/radeon/Makefile @ 3164:3c5ad8d5ac00

radeon_vid new features: - tested UYVY format and known as working - YV12, I420, IYUV direct support (were missed: p23_blank_lines_at_top, p23_v_accum_init in radeon_vid_display_video - good info for Y800 support ;) - experimental support for Rage128/Rage128Pro chips
author nick
date Tue, 27 Nov 2001 18:36:02 +0000
parents f46c5556f1e6
children 6f6c1bd1a682
comparison
equal deleted inserted replaced
3163:27986f4dcd30 3164:3c5ad8d5ac00
11 -fomit-frame-pointer -fno-strict-aliasing -fno-common\ 11 -fomit-frame-pointer -fno-strict-aliasing -fno-common\
12 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h 12 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
13 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) 13 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
14 14
15 15
16 all: radeonfb.o radeon_vid.o 16 all: radeonfb.o radeon_vid.o rage128_vid.o
17 17
18 radeonfb.o: radeonfb.c radeon.h 18 radeonfb.o: radeonfb.c radeon.h
19 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c 19 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
20 radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h 20 radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h
21 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c 21 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
22 rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h
23 $(CC) $(CFLAGS) -DRAGE128 $(INCLUDES) -c radeon_vid.c -o $@
22 24
23 dep: 25 dep:
24 26
25 clean: 27 clean:
26 rm -f *.o *~ 28 rm -f *.o *~