kpatch/.gitignore
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

15 lines
169 B
Plaintext

*.o
*.o.cmd
*.o.d
*.ko
*.ko.cmd
*.mod.c
*.swp
*.d
.tmp_versions
Module.symvers
kpatch-build/lookup
kpatch-build/create-diff-object
man/kpatch.1.gz
man/kpatch-build.1.gz