summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/rlx/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/files/arch/rlx/mm/Makefile')
-rw-r--r--target/linux/realtek/files/arch/rlx/mm/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/realtek/files/arch/rlx/mm/Makefile b/target/linux/realtek/files/arch/rlx/mm/Makefile
new file mode 100644
index 000000000..1d98676f7
--- /dev/null
+++ b/target/linux/realtek/files/arch/rlx/mm/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for the Linux/MIPS-specific parts of the memory manager.
+#
+
+obj-y += cache.o dma-default.o extable.o fault.o \
+ init.o tlbex.o tlbex-fault.o uasm.o page-rlx.o
+
+obj-y += ioremap.o pgtable-32.o cache-rlx.o tlb-rlx.o imem-dmem.o
+
+obj-$(CONFIG_HIGHMEM) += highmem.o
+
+EXTRA_CFLAGS += -Werror