aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-08-14 19:55:17 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-08-14 19:55:17 +0000
commit36271df72aa65ee913093018f617f5fc6a11d8ec (patch)
treebc115d4d37de502fef6fa726ae5d63e6e614089b
parent95f42db3797e2e1c845b6de49437bf4bf623e165 (diff)
downloadklibc-36271df72aa65ee913093018f617f5fc6a11d8ec.tar.gz
More MIPS fixes.klibc-0.37
-rw-r--r--arch/mips/Makefile.inc7
-rw-r--r--klibc/arch/mips/Makefile.inc7
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/Makefile.inc b/arch/mips/Makefile.inc
index cf0af1c39d08a..d380ff59744e5 100644
--- a/arch/mips/Makefile.inc
+++ b/arch/mips/Makefile.inc
@@ -7,4 +7,11 @@
# accordingly.
#
+ARCHOBJS = \
+ arch/$(ARCH)/pipe.o \
+ arch/$(ARCH)/vfork.o
+
+ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
+
+
archclean:
diff --git a/klibc/arch/mips/Makefile.inc b/klibc/arch/mips/Makefile.inc
index cf0af1c39d08a..d380ff59744e5 100644
--- a/klibc/arch/mips/Makefile.inc
+++ b/klibc/arch/mips/Makefile.inc
@@ -7,4 +7,11 @@
# accordingly.
#
+ARCHOBJS = \
+ arch/$(ARCH)/pipe.o \
+ arch/$(ARCH)/vfork.o
+
+ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
+
+
archclean: