summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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