diff options
author | Jonas Bonn <jonas@southpole.se> | 2011-06-04 21:52:05 +0300 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2011-07-22 18:46:30 +0200 |
commit | f8c4a270d9330a2bc179aeef0a22ea1ed288fb50 (patch) | |
tree | 0365f38871a6999e5b01587a337adcc21d4c51ce /arch/openrisc/mm | |
parent | ac689eb7f9d4e270d1365853b82eece669387e2c (diff) | |
download | linux-3.10-f8c4a270d9330a2bc179aeef0a22ea1ed288fb50.tar.gz linux-3.10-f8c4a270d9330a2bc179aeef0a22ea1ed288fb50.tar.bz2 linux-3.10-f8c4a270d9330a2bc179aeef0a22ea1ed288fb50.zip |
OpenRISC: Build infrastructure
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/openrisc/mm')
-rw-r--r-- | arch/openrisc/mm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/openrisc/mm/Makefile b/arch/openrisc/mm/Makefile new file mode 100644 index 00000000000..324ba263452 --- /dev/null +++ b/arch/openrisc/mm/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the linux openrisc-specific parts of the memory manager. +# + +obj-y := fault.o tlb.o init.o ioremap.o |