The most noticeable part of this is that the run_task_queue fix should
[davej-history.git] / arch / ppc / mm / Makefile
blobea6b55c262fd836514731df05c7bfed07e1aeb07
2 # Makefile for the linux ppc-specific parts of the memory manager.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := mm.o
11 obj-y := fault.o init.o mem_pieces.o extable.o
13 obj-$(CONFIG_4xx) += 4xx_tlb.o
15 include $(TOPDIR)/Rules.make