From d45ebd4876ab8fc07736a644de07e1b1d11a8e5d Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 13 May 2014 23:03:28 +0200 Subject: configure: add support for neon intrinsics --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3