Searched +hist:11 +hist:fda148 (Results 1 - 1 of 1) sorted by relevance

/linux-master/
H A DKbuilddiff dec28d8e Mon Dec 24 07:11:09 MST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: remove unused cmd_gentimeconst

filechk_gentimeconst is always used instead of cmd_gentimeconst.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff 11fda148 Sat Dec 22 02:50:35 MST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: remove $(obj)/ prefixes in ./Kbuild

Adding $(obj)/ to file paths relative from the top objtree looks
a bit redundant to me. This commit has no functional change since
$(obj) is '.' in this file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff 11fda148 Sat Dec 22 02:50:35 MST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: remove $(obj)/ prefixes in ./Kbuild

Adding $(obj)/ to file paths relative from the top objtree looks
a bit redundant to me. This commit has no functional change since
$(obj) is '.' in this file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff 70a4fd6c Wed Mar 11 04:01:01 MDT 2015 Michal Marek <mmarek@suse.cz> kbuild: Don't reset timestamps in include/generated if not needed

Use filechk to generate asm-offsets.h and bounds.h. Based on a patch by
Valdis Kletnieks.

Reported-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Acked-By: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
diff 44656fa0 Tue Nov 08 11:20:10 MST 2011 David Daney <david.daney@cavium.com> kbuild: Fix missing system calls check on mips.

Commit 5f7efb4 (Kbuild: append missing-syscalls to the default target
list) broke MIPS build.

Reported-tested-and-acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
diff 96a388de Thu Oct 11 03:20:03 MDT 2007 Thomas Gleixner <tglx@linutronix.de> i386/x86_64: move headers to include/asm-x86

Move the headers to include/asm-x86 and fixup the
header install make rules

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff 6752ed90 Thu Oct 11 03:11:36 MDT 2007 Thomas Gleixner <tglx@linutronix.de> Kbuild: allow arch/xxx to use a different source path

Preparatory patch for the source merge of arch/i386 and arch/x86_64
into arch/x86. This allows to keep the original arch directories as
stubs for the main Makefiles, Kconfigs et. al during the transition
phase while having the code in the new arch/x86 directory.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff 6752ed90 Thu Oct 11 03:11:36 MDT 2007 Thomas Gleixner <tglx@linutronix.de> Kbuild: allow arch/xxx to use a different source path

Preparatory patch for the source merge of arch/i386 and arch/x86_64
into arch/x86. This allows to keep the original arch directories as
stubs for the main Makefiles, Kconfigs et. al during the transition
phase while having the code in the new arch/x86 directory.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
86feeaa8 Fri Sep 09 11:28:28 MDT 2005 Sam Ravnborg <sam@mars.(none)> kbuild: full dependency check on asm-offsets.h

Building asm-offsets.h has been moved to a seperate Kbuild file
located in the top-level directory. This allow us to share the
functionality across the architectures.

The old rules in architecture specific Makefiles will die
in subsequent patches.

Furhtermore the usual kbuild dependency tracking is now used
when deciding to rebuild asm-offsets.s. So we no longer risk
to fail a rebuild caused by asm-offsets.c dependencies being touched.

With this common rule-set we now force the same name across
all architectures. Following patches will fix the rest.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Completed in 180 milliseconds