]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-mach64.patch
- obsolete
[packages/kernel.git] / kernel-mach64.patch
CommitLineData
54a3462f
KT
1diff -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.173845 seconds and 4 git commands to generate.