Forráskód Böngészése

Add newly needed Makefiles that can be linked

Peter S. Mazinger 18 éve
szülő
commit
7e4a84fbea
2 módosított fájl, 26 hozzáadás és 0 törlés
  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