summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/rlx/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/files/arch/rlx/lib/Makefile')
-rw-r--r--target/linux/realtek/files/arch/rlx/lib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/realtek/files/arch/rlx/lib/Makefile b/target/linux/realtek/files/arch/rlx/lib/Makefile
new file mode 100644
index 000000000..f7dbbaef7
--- /dev/null
+++ b/target/linux/realtek/files/arch/rlx/lib/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for MIPS-specific library files..
+#
+
+lib-y += csum_partial.o memcpy.o memcpy-inatomic.o memset.o \
+ strlen_user.o strncpy_user.o strnlen_user.o uncached.o delay.o
+
+obj-y += iomap.o rlx_dump_tlb.o
+obj-$(CONFIG_PCI) += iomap-pci.o
+
+# libgcc-style stuff needed in the kernel
+obj-y += ashldi3.o ashrdi3.o cmpdi2.o lshrdi3.o ucmpdi2.o