summaryrefslogtreecommitdiff
path: root/klibc/klibc/arch/mips/Makefile.inc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-22 18:37:40 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:05:23 -0700
commita41a0e28c2ba0abf99b5e7ea17645ae0e4f05758 (patch)
treef800d7d565c294adb15f88d4f14064f93054da70 /klibc/klibc/arch/mips/Makefile.inc
parent6c0eae77a1443c51a0c089f4d4053ffff13666f5 (diff)
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
Diffstat (limited to 'klibc/klibc/arch/mips/Makefile.inc')
-rw-r--r--klibc/klibc/arch/mips/Makefile.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/klibc/klibc/arch/mips/Makefile.inc b/klibc/klibc/arch/mips/Makefile.inc
new file mode 100644
index 0000000000..09a2d2f736
--- /dev/null
+++ b/klibc/klibc/arch/mips/Makefile.inc
@@ -0,0 +1,24 @@
+# -*- makefile -*-
+#
+# arch/mips/Makefile.inc
+#
+# Special rules for this architecture. Note that this is actually
+# included from the main Makefile, and that pathnames should be
+# accordingly.
+#
+
+ARCHOBJS = \
+ arch/$(ARCH)/pipe.o \
+ arch/$(ARCH)/vfork.o \
+ arch/$(ARCH)/setjmp.o \
+ libgcc/__divdi3.o \
+ libgcc/__moddi3.o \
+ libgcc/__udivdi3.o \
+ libgcc/__umoddi3.o \
+ libgcc/__udivmoddi4.o
+
+
+ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
+
+
+archclean: