]> git.pld-linux.org Git - packages/kernel.git/blame - 2.2.21-pre2_ati.patch
- added description of djurban's branch
[packages/kernel.git] / 2.2.21-pre2_ati.patch
CommitLineData
48165e48
KT
1diff -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.70708 seconds and 4 git commands to generate.