summaryrefslogtreecommitdiff
path: root/arch.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-26 01:11:11 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-22 11:07:50 +0100
commit11a9320de54759340531177c9f2b1e31e6112cc2 (patch)
treea445b225d8690ce46f214a8ebe49ddac4f696a48 /arch.mak
parentf9edc734e0ca3f6ef06c1ad0bd2c19c0c66f1ffa (diff)
build: Move build-system-related helper files to a separate subdirectory
This unclutters the top-level directory and groups related files together.
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch.mak b/arch.mak
deleted file mode 100644
index 720062af72..0000000000
--- a/arch.mak
+++ /dev/null
@@ -1,11 +0,0 @@
-OBJS-$(HAVE_ARMV5TE) += $(ARMV5TE-OBJS) $(ARMV5TE-OBJS-yes)
-OBJS-$(HAVE_ARMV6) += $(ARMV6-OBJS) $(ARMV6-OBJS-yes)
-OBJS-$(HAVE_ARMV8) += $(ARMV8-OBJS) $(ARMV8-OBJS-yes)
-OBJS-$(HAVE_VFP) += $(VFP-OBJS) $(VFP-OBJS-yes)
-OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes)
-
-OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)
-OBJS-$(HAVE_VSX) += $(VSX-OBJS) $(VSX-OBJS-yes)
-
-OBJS-$(HAVE_MMX) += $(MMX-OBJS) $(MMX-OBJS-yes)
-OBJS-$(HAVE_YASM) += $(YASM-OBJS) $(YASM-OBJS-yes)