Update of /cvsroot/linux-mips/linux/arch/mips/mm
In directory usw-pr-cvs1:/tmp/cvs-serv23350/mm
Modified Files:
Makefile
Log Message:
Export _dma_cache_* to modules iff CONFIG_NONCOHERENT_IO is enabled.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 2001/11/20 18:10:04 1.10
+++ Makefile 2001/11/26 19:15:03 1.11
@@ -13,7 +13,7 @@
O_TARGET := mm.o
-export-objs += ioremap.o umap.o
+export-objs += ioremap.o loadmmu.o umap.o
obj-y += extable.o init.o ioremap.o fault.o loadmmu.o
obj-$(CONFIG_CPU_R3000) += pg-r3k.o c-r3k.o c-tx39.o tlb-r3k.o \
|