]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- this patch fix build atyfb.o modules
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Thu, 27 Dec 2001 11:10:14 +0000 (11:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-mach64.patch -> 1.1

kernel-mach64.patch [new file with mode: 0644]

diff --git a/kernel-mach64.patch b/kernel-mach64.patch
new file mode 100644 (file)
index 0000000..6590605
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN linux.orig/drivers/video/Makefile linux/drivers/video/Makefile
+--- linux.orig/drivers/video/Makefile  Sun Mar 25 18:37:37 2001
++++ linux/drivers/video/Makefile       Wed Dec 26 15:58:08 2001
+@@ -102,6 +102,10 @@
+ ifeq ($(CONFIG_FB_ATY),y)
+ L_OBJS += atyfb.o
++else
++  ifeq ($(CONFIG_FB_ATY),m)
++  M_OBJS += atyfb.o
++  endif
+ endif
+ ifeq ($(CONFIG_FB_ATY128),y)
This page took 6.275618 seconds and 4 git commands to generate.