Makefile (7f058e852b229ec77b37676b2b78baf2e78ffee8) | Makefile (6f6c3c33c027f2c83d53e8562cd9daa73fe8108b) |
---|---|
1# 2# Makefile for the Linux/MIPS-specific parts of the memory manager. 3# 4 5obj-y += cache.o dma-default.o extable.o fault.o \ | 1# 2# Makefile for the Linux/MIPS-specific parts of the memory manager. 3# 4 5obj-y += cache.o dma-default.o extable.o fault.o \ |
6 init.o tlbex.o tlbex-fault.o uasm.o page.o | 6 init.o mmap.o tlbex.o tlbex-fault.o uasm.o \ 7 page.o |
7 8obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o 9obj-$(CONFIG_64BIT) += pgtable-64.o 10obj-$(CONFIG_HIGHMEM) += highmem.o 11obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 12 13obj-$(CONFIG_CPU_LOONGSON2) += c-r4k.o cex-gen.o tlb-r4k.o 14obj-$(CONFIG_CPU_MIPS32) += c-r4k.o cex-gen.o tlb-r4k.o --- 23 unchanged lines hidden --- | 8 9obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o 10obj-$(CONFIG_64BIT) += pgtable-64.o 11obj-$(CONFIG_HIGHMEM) += highmem.o 12obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 13 14obj-$(CONFIG_CPU_LOONGSON2) += c-r4k.o cex-gen.o tlb-r4k.o 15obj-$(CONFIG_CPU_MIPS32) += c-r4k.o cex-gen.o tlb-r4k.o --- 23 unchanged lines hidden --- |