repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
nios2
/
mm
/
Makefile
blob
9d37fafd1dd17a53cfc1331bd6378ed310dc8c97
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for the Nios2-specific parts of the memory manager.
4
#
5
6
obj-y
+=
cacheflush.o
7
obj-y
+=
dma-mapping.o
8
obj-y
+=
extable.o
9
obj-y
+=
fault.o
10
obj-y
+=
init.o
11
obj-y
+=
ioremap.o
12
obj-y
+=
mmu_context.o
13
obj-y
+=
pgtable.o
14
obj-y
+=
tlb.o
15
obj-y
+=
uaccess.o