Parcourir la source

Add newly needed Makefiles that can be linked

Peter S. Mazinger il y a 18 ans
Parent
commit
7e4a84fbea
2 fichiers modifiés avec 26 ajouts et 0 suppressions
  1. 13 0
      extra/scripts/Makefile.arch.lvl3
  2. 13 0
      extra/scripts/Makefile.arch.lvl4

+ 13 - 0
extra/scripts/Makefile.arch.lvl3

@@ -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

+ 13 - 0
extra/scripts/Makefile.arch.lvl4

@@ -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