xref: /linux/arch/xtensa/mm/Makefile (revision 3f65ce4d141e435e54c20ed2379d983d362a2cb5)
1*3f65ce4dSChris Zankel#
2*3f65ce4dSChris Zankel# Makefile for the Linux/Xtensa-specific parts of the memory manager.
3*3f65ce4dSChris Zankel#
4*3f65ce4dSChris Zankel# Note! Dependencies are done automagically by 'make dep', which also
5*3f65ce4dSChris Zankel# removes any old dependencies. DON'T put your own dependencies here
6*3f65ce4dSChris Zankel# unless it's something special (ie not a .c file).
7*3f65ce4dSChris Zankel#
8*3f65ce4dSChris Zankel# Note 2! The CFLAGS definition is now in the main makefile...
9*3f65ce4dSChris Zankel
10*3f65ce4dSChris Zankelobj-y	 := init.o fault.o tlb.o misc.o
11*3f65ce4dSChris Zankelobj-m	 :=
12*3f65ce4dSChris Zankelobj-n	 :=
13*3f65ce4dSChris Zankelobj-	 :=
14