4fde87cb13
1. define and enable CONFIG_GENERIC_IOMAP 2. define unicore32-specific PCI_IOBASE for asm-generic/io.h 3. define HAVE_ARCH_PIO_SIZE and unicore32-specific PIO_* macros 4. remove all unicore32-specific iomap functions Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-and-Acked-by: Arnd Bergmann <arnd@arndb.de>
16 lines
345 B
Makefile
16 lines
345 B
Makefile
#
|
|
# Makefile for the linux unicore-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := extable.o fault.o init.o pgd.o mmu.o
|
|
obj-y += flush.o ioremap.o
|
|
|
|
obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o
|
|
|
|
obj-$(CONFIG_MODULES) += proc-syms.o
|
|
|
|
obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o
|
|
|
|
obj-$(CONFIG_CPU_UCV2) += cache-ucv2.o tlb-ucv2.o proc-ucv2.o
|
|
|