Make HZ_TO_STD macro name lowercase.
[linux-2.6/linux-mips.git] / arch / mips / mm / Makefile
blobd8929b93cc7a81f81325d5b499acf683b793db72
2 # Makefile for the Linux/MIPS-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 O_OBJS := extable.o init.o fault.o loadmmu.o
13 ifdef CONFIG_CPU_R3000
14 O_OBJS += r2300.o
15 endif
17 ifdef CONFIG_CPU_R4300
18 O_OBJS += r4xx0.o
19 endif
21 ifdef CONFIG_CPU_R4X00
22 O_OBJS += r4xx0.o
23 endif
25 ifdef CONFIG_CPU_R5000
26 O_OBJS += r4xx0.o
27 endif
29 ifdef CONFIG_CPU_NEVADA
30 O_OBJS += r4xx0.o
31 endif
33 ifdef CONFIG_SGI_IP22
34 O_OBJS += umap.o
35 endif
37 ifdef CONFIG_BAGET_MIPS
38 O_OBJS += umap.o
39 endif
41 include $(TOPDIR)/Rules.make