27 Mar, 2012

1 commit


24 Dec, 2011

1 commit


11 Nov, 2011

1 commit


27 Oct, 2011

1 commit


18 Oct, 2011

1 commit

  • The dependency rules are currently done in a shell 'for' loop. This does not
    permit Makefile variables to adjust preprocessor flags as is done with normal
    compile flags, using the CFLAGS_path/file.o syntax.

    This change moves the dependency generation into the Makefile itself, and
    permits a CPPFLAGS_path/file.o to adjust preprocessor flags on a file or
    directory basis.

    The CPPFLAGS_... variable is also folded into CFLAGS during the build.

    Signed-off-by: Simon Glass

    Simon Glass
     

07 Oct, 2011

1 commit


01 Oct, 2011

1 commit


22 Sep, 2011

1 commit

  • Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of
    asm-offsets.s for SoC dirs, but missed adding it to the ignore
    list which makes it show up in `git status`.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

28 Jul, 2011

1 commit


23 May, 2011

1 commit


18 Jan, 2011

1 commit


27 Oct, 2010

1 commit

  • A recurrent issue is that certain C level constructs like sizeof() or
    offsetof() cannot be used in assembler files, which is inconvenient
    when such constructs are used in the definition of macro names etc.

    To avoid duplication of such definitions (and thus another cause of
    problems), we adapt the Linux way to automatically generate the
    respective definitions from the respective C header files.

    In Linux, this is implemented in include/linux/kbuild.h, Kbuild, and
    arch/*/kernel/asm-offsets.c; we adapt the code from the Linux v2.6.36
    kernel tree.

    We also copy the concept of the include/generated/ directory which can
    be used to hold other automatically generated files as well.

    We start with an architecture-independent lib/asm-offsets.c which
    generates include/generated/generic-asm-offsets.h (included by
    include/asm-offsets.h, which is what will be referred to in the actual
    source code). Later this may be extended by architecture-specific
    arch/*/lib/asm-offsets.c files that will generate a
    include/generated/asm-offsets.h.

    Signed-off-by: Wolfgang Denk
    Acked-by: Kumar Gala

    Wolfgang Denk
     

24 Aug, 2009

1 commit


21 Jul, 2009

1 commit


06 Dec, 2008

1 commit


10 Sep, 2008

1 commit


06 Aug, 2008

1 commit


18 Apr, 2008

1 commit


15 Feb, 2008

1 commit


14 Feb, 2008

1 commit


05 Feb, 2008

1 commit


09 Jan, 2008

1 commit


15 Nov, 2007

1 commit