summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-05-13 23:03:28 +0200
committerJanne Grunau <janne-libav@jannau.net>2014-07-21 23:18:29 +0200
commitd45ebd4876ab8fc07736a644de07e1b1d11a8e5d (patch)
tree3df06d4e629c4194d1f12a7dbdfc39236d9624f2 /Makefile
parent389380c27915b0505fed538cd54c035c891fabd9 (diff)
configure: add support for neon intrinsics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99d324008f..cc016b3cd1 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,7 @@ $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/
include $(SRC_PATH)/$(1)/Makefile
-include $(SRC_PATH)/$(1)/$(ARCH)/Makefile
+-include $(SRC_PATH)/$(1)/$(INTRINSICS)/Makefile
include $(SRC_PATH)/library.mak
endef