]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-mach64.patch
- obsolete
[packages/kernel.git] / kernel-mach64.patch
1 diff -urN linux.orig/drivers/video/Makefile linux/drivers/video/Makefile
2 --- linux.orig/drivers/video/Makefile   Sun Mar 25 18:37:37 2001
3 +++ linux/drivers/video/Makefile        Wed Dec 26 15:58:08 2001
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.036072 seconds and 3 git commands to generate.