فهرست منبع

run test with some knowledge of ARCH

Ulf Samuelsson 16 سال پیش
والد
کامیت
142f88f746
2فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 7 0
      scripts/test/Makefile
  2. 2 0
      scripts/testheader.inc

+ 7 - 0
scripts/test/Makefile

@@ -0,0 +1,7 @@
+include .config
+
+
+ARCH:	
+	@echo	$(strip $(subst ",,$(BR2_ARCH)))
+#")))
+

+ 2 - 0
scripts/testheader.inc

@@ -1,3 +1,5 @@
+ARCH=`make -f scripts/test/Makefile ARCH`
+
 function mk()
 {
 	scripts/mkpkg $1 $2 "$3"