lkml.org 
[lkml]   [2017]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 2/3] c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULE
    2017-10-09 16:11 GMT+09:00 Cao jin <caoj.fnst@cn.fujitsu.com>:
    > As kbuild document & commit 6588169d51 says: KBUILD_CFLAGS_MODULE is
    > used to add arch-specific options for $(CC). From commandline,
    > CFLAGS_MODULE shall be used.
    > Doesn't have any functional change, but just follow kbuild rules.
    >
    > Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
    > CC: Mark Salter <msalter@redhat.com>
    > CC: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
    > CC: linux-c6x-dev@linux-c6x.org
    > ---

    Applied to linux-kbuild. Thanks!


    > arch/c6x/Makefile | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/arch/c6x/Makefile b/arch/c6x/Makefile
    > index 6b0be67..6f6096f 100644
    > --- a/arch/c6x/Makefile
    > +++ b/arch/c6x/Makefile
    > @@ -12,7 +12,7 @@ cflags-y += -mno-dsbt -msdata=none -D__linux__
    >
    > cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
    >
    > -CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
    > +KBUILD_CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
    >
    > CHECKFLAGS +=
    >
    > --
    > 2.1.0
    >
    >
    >



    --
    Best Regards
    Masahiro Yamada

    \
     
     \ /
      Last update: 2017-10-30 16:44    [W:5.203 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site