summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/mipseb/Makefile.inc1
-rw-r--r--lib/libc/mipseb/gen/Makefile.inc1
-rw-r--r--lib/libc/mipseb/net/Makefile.inc1
-rw-r--r--lib/libc/mipseb/stdlib/Makefile.inc1
-rw-r--r--lib/libc/mipseb/string/Makefile.inc1
-rw-r--r--lib/libc/mipseb/sys/Makefile.inc1
-rw-r--r--lib/libc/mipsel/Makefile.inc1
-rw-r--r--lib/libc/mipsel/gen/Makefile.inc1
-rw-r--r--lib/libc/mipsel/net/Makefile.inc1
-rw-r--r--lib/libc/mipsel/stdlib/Makefile.inc1
-rw-r--r--lib/libc/mipsel/string/Makefile.inc1
-rw-r--r--lib/libc/mipsel/sys/Makefile.inc1
12 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/mipseb/Makefile.inc b/lib/libc/mipseb/Makefile.inc
new file mode 100644
index 0000000..c58ecd7
--- /dev/null
+++ b/lib/libc/mipseb/Makefile.inc
@@ -0,0 +1 @@
+.include "${CURDIR}/../mips/Makefile.inc"
diff --git a/lib/libc/mipseb/gen/Makefile.inc b/lib/libc/mipseb/gen/Makefile.inc
new file mode 100644
index 0000000..af8b2fb
--- /dev/null
+++ b/lib/libc/mipseb/gen/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/mips/gen/Makefile.inc"
diff --git a/lib/libc/mipseb/net/Makefile.inc b/lib/libc/mipseb/net/Makefile.inc
new file mode 100644
index 0000000..8d84f81
--- /dev/null
+++ b/lib/libc/mipseb/net/Makefile.inc
@@ -0,0 +1 @@
+.included "${.CURDIR}/mips/net/Makefile.inc"
diff --git a/lib/libc/mipseb/stdlib/Makefile.inc b/lib/libc/mipseb/stdlib/Makefile.inc
new file mode 100644
index 0000000..b6e73f9
--- /dev/null
+++ b/lib/libc/mipseb/stdlib/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/mips/stdlib/Makefile.inc"
diff --git a/lib/libc/mipseb/string/Makefile.inc b/lib/libc/mipseb/string/Makefile.inc
new file mode 100644
index 0000000..7e5a434
--- /dev/null
+++ b/lib/libc/mipseb/string/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/mips/string/Makefile.inc"
diff --git a/lib/libc/mipseb/sys/Makefile.inc b/lib/libc/mipseb/sys/Makefile.inc
new file mode 100644
index 0000000..dcee494
--- /dev/null
+++ b/lib/libc/mipseb/sys/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/mips/sys/Makefile.inc"
diff --git a/lib/libc/mipsel/Makefile.inc b/lib/libc/mipsel/Makefile.inc
new file mode 100644
index 0000000..656b6dd
--- /dev/null
+++ b/lib/libc/mipsel/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/Makefile.inc"
diff --git a/lib/libc/mipsel/gen/Makefile.inc b/lib/libc/mipsel/gen/Makefile.inc
new file mode 100644
index 0000000..157d1a4
--- /dev/null
+++ b/lib/libc/mipsel/gen/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/gen/Makefile.inc"
diff --git a/lib/libc/mipsel/net/Makefile.inc b/lib/libc/mipsel/net/Makefile.inc
new file mode 100644
index 0000000..6d330b0
--- /dev/null
+++ b/lib/libc/mipsel/net/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/net/Makefile.inc"
diff --git a/lib/libc/mipsel/stdlib/Makefile.inc b/lib/libc/mipsel/stdlib/Makefile.inc
new file mode 100644
index 0000000..9a9462b
--- /dev/null
+++ b/lib/libc/mipsel/stdlib/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/stdlib/Makefile.inc"
diff --git a/lib/libc/mipsel/string/Makefile.inc b/lib/libc/mipsel/string/Makefile.inc
new file mode 100644
index 0000000..302acfd
--- /dev/null
+++ b/lib/libc/mipsel/string/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/string/Makefile.inc"
diff --git a/lib/libc/mipsel/sys/Makefile.inc b/lib/libc/mipsel/sys/Makefile.inc
new file mode 100644
index 0000000..1fe51f5
--- /dev/null
+++ b/lib/libc/mipsel/sys/Makefile.inc
@@ -0,0 +1 @@
+.include "${.CURDIR}/../libc/mips/sys/Makefile.inc"
OpenPOWER on IntegriCloud