Makefile (9938b04472d5c59f8bd8152a548533a8599596a2) | Makefile (814f91bf3ea0962e4f802324766bf301ef6f5431) |
---|---|
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 gup.o init.o mmap.o page.o page-funcs.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 gup.o init.o mmap.o page.o page-funcs.o \ |
7 tlbex.o tlbex-fault.o tlb-funcs.o | 7 pgtable.o tlbex.o tlbex-fault.o tlb-funcs.o |
8 9ifdef CONFIG_CPU_MICROMIPS 10obj-y += uasm-micromips.o 11else 12obj-y += uasm-mips.o 13endif 14 15obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o --- 16 unchanged lines hidden --- | 8 9ifdef CONFIG_CPU_MICROMIPS 10obj-y += uasm-micromips.o 11else 12obj-y += uasm-mips.o 13endif 14 15obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o --- 16 unchanged lines hidden --- |