We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a776d65 commit 1f19db1Copy full SHA for 1f19db1
mk/llvm.mk
@@ -14,7 +14,9 @@ LLVM_DEPS := $(S)/.gitmodules
14
else
15
16
# This is just a rough approximation of LLVM deps
17
-LLVM_DEPS=$(call rwildcard,$(CFG_LLVM_SRC_DIR),*cpp *hpp)
+LLVM_DEPS_SRC=$(call rwildcard,$(CFG_LLVM_SRC_DIR)/src,*cpp *hpp)
18
+LLVM_DEPS_INC=$(call rwildcard,$(CFG_LLVM_SRC_DIR)/include,*cpp *hpp)
19
+LLVM_DEPS=$(LLVM_DEPS_SRC) $(LLVM_DEPS_INC)
20
endif
21
22
define DEF_LLVM_RULES
0 commit comments