kpatch/kpatch-build
Josh Poimboeuf 5352d8b01a build objects in separate directory to fix caching
Setting KCFLAGS="-ffunction-sections -fdata-sections" causes make to
invalidate all the kernel objects, resulting in all the objects getting
rebuilt on the next pass, thus no build caching.

To fix that, build the objects in a separate directory (obj) for normal
builds, and another separate directory (obj2) for the builds with added
cflags.
2014-02-20 14:52:21 -06:00
..
add-patches-section.c iterate the iterator 2014-02-18 16:17:21 -06:00
create-diff-object.c s/sybmols/symbols/ in create-diff-object 2014-02-17 13:30:30 -06:00
kpatch-build build objects in separate directory to fix caching 2014-02-20 14:52:21 -06:00
link-vmlinux-syms.c functional reorganization 2014-02-13 11:00:06 -06:00
Makefile append to CFLAGS instead of overwrite 2014-02-17 11:45:48 -06:00