]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-pre2_ati.patch
- cut it from 2.2.21pre2 patch
[packages/kernel.git] / 2.2.21-pre2_ati.patch
1 diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/drivers/video/Makefile linux.21p2/drivers/video/Makefile
2 --- linux.vanilla/drivers/video/Makefile        Sun Mar 25 17:37:37 2001
3 +++ linux.21p2/drivers/video/Makefile   Tue Jan  1 21:25:14 2002
4 @@ -102,6 +102,10 @@
5  
6  ifeq ($(CONFIG_FB_ATY),y)
7  L_OBJS += atyfb.o
8 +else
9 +  ifeq ($(CONFIG_FB_ATY),m)
10 +  M_OBJS += atyfb.o
11 +  endif
12  endif
13  
14  ifeq ($(CONFIG_FB_ATY128),y)
This page took 0.033098 seconds and 4 git commands to generate.