23 Jul, 2008

1 commit


01 Feb, 2008

1 commit

  • Modify Makefiles to support separate coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     

23 Oct, 2007

2 commits


16 Oct, 2007

1 commit

  • The variable AFLAGS is a wellknown variable and the usage by
    kbuild may result in unexpected behaviour.
    On top of that several people over time has asked for a way to
    pass in additional flags to gcc.

    This patch replace use of AFLAGS with KBUILD_AFLAGS all over
    the tree.

    Patch was tested on following architectures:
    alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390

    Signed-off-by: Sam Ravnborg

    Sam Ravnborg
     

15 Oct, 2007

1 commit

  • The variable CFLAGS is a wellknown variable and the usage by
    kbuild may result in unexpected behaviour.
    On top of that several people over time has asked for a way to
    pass in additional flags to gcc.

    This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
    tree and enabling one to use:
    make CFLAGS=...
    to specify additional gcc commandline options.

    One usecase is when trying to find gcc bugs but other
    use cases has been requested too.

    Patch was tested on following architectures:
    alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k

    Test was simple to do a defconfig build, apply the patch and check
    that nothing got rebuild.

    Signed-off-by: Sam Ravnborg

    Sam Ravnborg
     

26 Jul, 2007

1 commit


28 Jun, 2006

3 commits


11 Jan, 2006

1 commit


08 Nov, 2005

1 commit


10 Sep, 2005

1 commit


06 Sep, 2005

1 commit


02 Sep, 2005

1 commit


25 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds