kpatch/kpatch-build
Seth Jennings 8b1ae48d7c improve kpatch-build Makefile
Right now, the makefile has one target, create-diff-object, which
contains all the source/headers as one long list and all the source
files compiled in one command to make create-diff-object.

This doesn't scale well and doesn't accurately portray the dependencies
of each object that contribute to the final binary.

This commit renames create-diff-object.c to main.c so that it can be
compiled and linked seperately and cleanly in Make and autogenerates
dependencies for each .o. This should make it easier to add additional
object files, or refactor the very large main.o into seperate object
file, later.
2014-09-23 09:45:04 -05:00
..
insn insn: get it to compile in create-diff-object 2014-05-30 15:19:57 -05:00
create-diff-object.c Merge pull request #428 from jpoimboe/full-tree-recompile 2014-09-15 21:22:08 -05:00
kpatch-build Merge pull request #428 from jpoimboe/full-tree-recompile 2014-09-15 21:22:08 -05:00
kpatch-gcc kpatch-gcc: skip vdso files 2014-09-15 11:17:37 -05:00
list.h new .fixup group size algorithm 2014-09-15 14:54:57 -05:00
lookup.c exclude UNDEF global syms from lookup_global_symbol 2014-06-02 20:34:37 -05:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00
Makefile improve kpatch-build Makefile 2014-09-23 09:45:04 -05:00