mirror of
https://github.com/dynup/kpatch
synced 2024-12-11 16:04:40 +00:00
8b1ae48d7c
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.
15 lines
169 B
Plaintext
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
|