[PATCH] Correct the location of checkarch.sh in Makefile

Alberto Murillo <[email protected]> Mon, 15 Jun 2015 14:24:22 -0500
Newsgroups org.kernel.vger.stgt
Message-ID <[email protected]>
Fix the commit d2a186088d1b4a6fa2f05cccf5a40f9720a09bf1

Signed-off-by: Alberto Murillo <[email protected]>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4c4f0fb..fe2eab3 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ clean-pkg:
 clean: clean-programs clean-doc clean-conf clean-scripts clean-pkg
 
 .PHONY:check
-check: ARCH=$(shell sh script/checkarch.sh)
+check: ARCH=$(shell sh scripts/checkarch.sh)
 check:
 	CC=$(CHECK_CC_FLAGS) $(MAKE) all
 
-- 
2.3.2 (Apple Git-55)