Searched hist:"86 feeaa8120bb1b0ab21efed49e9754039395ef1" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/ |
H A D | Kbuild | 86feeaa8120bb1b0ab21efed49e9754039395ef1 Fri Sep 09 12:28:28 CDT 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>
|
H A D | Makefile | 86feeaa8120bb1b0ab21efed49e9754039395ef1 Fri Sep 09 12:28:28 CDT 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>
|