OSDN Git Service

Add newly needed Makefiles that can be linked
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 11:21:55 +0000 (11:21 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 11:21:55 +0000 (11:21 -0000)
extra/scripts/Makefile.arch.lvl3 [new file with mode: 0644]
extra/scripts/Makefile.arch.lvl4 [new file with mode: 0644]

diff --git a/extra/scripts/Makefile.arch.lvl3 b/extra/scripts/Makefile.arch.lvl3
new file mode 100644 (file)
index 0000000..e30462a
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+TOPDIR=../../../
+
+top_srcdir=$(TOPDIR)
+top_builddir=../../../
+all: objs
+include $(top_builddir)Rules.mak
+include Makefile.arch
+include $(top_srcdir)Makerules
diff --git a/extra/scripts/Makefile.arch.lvl4 b/extra/scripts/Makefile.arch.lvl4
new file mode 100644 (file)
index 0000000..5e6bce1
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+TOPDIR=../../../../
+
+top_srcdir=$(TOPDIR)
+top_builddir=../../../../
+all: objs
+include $(top_builddir)Rules.mak
+include Makefile.arch
+include $(top_srcdir)Makerules