We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a2cc1 commit ee53d67Copy full SHA for ee53d67
Makefile
@@ -194,8 +194,8 @@ linux_menuconfig:
194
linux $(KERNEL_IMAGE): $(LINUX_CONFIG) | $(CLANG_DIR)
195
+ $(LINUX_MAKE)
196
# Older versions of Linux don't have this script
197
-ifneq (,$(wildcard ./.env))
198
- $(LINUX_SRC)/scripts/clang-tools/gen_compile_commands.py -d $(LINUX_OUT)
+ifneq (,$(wildcard $(LINUX_SRC)/scripts/clang-tools/gen_compile_commands.py))
+ cd $(LINUX_SRC) && ./scripts/clang-tools/gen_compile_commands.py -d $(LINUX_OUT)
199
endif
200
201
0 commit comments