summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Austad <henrik@austad.us>2015-10-21 21:00:09 +0200
committerJohn Kacur <jkacur@redhat.com>2015-10-22 10:32:41 +0200
commitebe16ac45175b6b1e123cfafd128276ed15d0d8a (patch)
treee1056a523895703267de1d62594094878aec3fb3
parent841afb64df1ae0a3ad2ea4105fd6512de3da0d41 (diff)
downloadrt-tests-ebe16ac45175b6b1e123cfafd128276ed15d0d8a.tar.gz
Android: rename arch from bionic to android
Bionic is the libc implementation used in Android and should not be confused with the architecture. Cc: John Kacur <jkacur@redhat.com> Signed-off-by: Henrik Austad <haustad@cisco.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile3
-rw-r--r--src/arch/android/Makefile (renamed from src/arch/bionic/Makefile)0
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 703333f..86a5c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,7 @@ ifdef HAVE_PARSE_CPUSTRING_ALL
endif
endif
-# Include any arch specific makefiles here.
-include src/arch/bionic/Makefile
+include src/arch/android/Makefile
VPATH = src/cyclictest:
VPATH += src/signaltest:
diff --git a/src/arch/bionic/Makefile b/src/arch/android/Makefile
index e25f672..e25f672 100644
--- a/src/arch/bionic/Makefile
+++ b/src/arch/android/Makefile