VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Denys Zagorui <dzagorui@cisco.com> 2020-11-02 04:08:53 -0800 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-11-25 03:41:17 +0900 commit: a716bd7432106aed82a751409d7be851a23022ac parent: 095fbca0a94930b58f977284ef1b759b98700f8b
Commit Summary:
kbuild: use -fmacro-prefix-map for .S sources
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/Makefile b/Makefile
index ed081e3eb800..87d659d3c8de 100644
--- a/Makefile
+++ b/Makefile
@@ -946,7 +946,7 @@ KBUILD_CFLAGS   += $(call cc-option,-Werror=incompatible-pointer-types)
 KBUILD_CFLAGS   += $(call cc-option,-Werror=designated-init)
 
 # change __FILE__ to the relative path from the srctree
-KBUILD_CFLAGS	+= $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
+KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
 
 # ensure -fcf-protection is disabled when using retpoline as it is
 # incompatible with -mindirect-branch=thunk-extern