]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - scripts/Kbuild.include
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / scripts / Kbuild.include
index 179219845dfcdfbeb586d12c5ec1296095d9fbf4..d6ca649cb0e96d4d91a4980048912544b8183e06 100644 (file)
@@ -284,7 +284,7 @@ ksym_dep_filter =                                                            \
            $(CPP) $(call flags_nodeps,c_flags) -D__KSYM_DEPS__ $< ;;        \
          as_*_S|cpp_s_S)                                                    \
            $(CPP) $(call flags_nodeps,a_flags) -D__KSYM_DEPS__ $< ;;        \
-         boot*|build*|*cpp_lds_S|dtc|host*|vdso*) : ;;                      \
+         boot*|build*|cpp_its_S|*cpp_lds_S|dtc|host*|vdso*) : ;;            \
          *) echo "Don't know how to preprocess $(1)" >&2; false ;;          \
        esac | tr ";" "\n" | sed -rn 's/^.*=== __KSYM_(.*) ===.*$$/KSYM_\1/p'