[parisc-linux-cvs] linux deller
Helge Deller
deller@gmx.de
Sat, 2 Feb 2002 19:46:03 +0100
--------------Boundary-00=_RG5X4ZGNUOY9CLNGNL9D
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
On Saturday 02 February 2002 19:49, Helge Deller wrote:
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: deller 02/02/02 11:49:17
>
> Modified files:
> arch/parisc/kernel: Makefile
>
> Log message:
> fix PA20 build, This is _not_ the right fix, since pci-dma.c is not needed
> by the 64bit kernel.
> If we add a declaration of "hppa_dma_ops" anywhere in a PA20 only source,
> we may remove building of pci-dma.c again...
--------------Boundary-00=_RG5X4ZGNUOY9CLNGNL9D
Content-Type: text/plain;
charset="iso-8859-1";
name="diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="diff"
Index: Makefile
===================================================================
RCS file: /var/cvs/linux/arch/parisc/kernel/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile 2002/02/02 16:02:56 1.41
+++ Makefile 2002/02/02 18:46:58
@@ -31,6 +31,7 @@ export-objs := parisc_ksyms.o superio.o
obj-$(CONFIG_SMP) += smp.o irq_smp.o
obj-$(CONFIG_PA11) += pci-dma.o
+obj-$(CONFIG_PA20) += pci-dma.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_VT) += keyboard.o
obj-$(CONFIG_PCI_LBA) += lba_pci.o
--------------Boundary-00=_RG5X4ZGNUOY9CLNGNL9D--