mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-12 11:33:37 +00:00
Rename CONFIG_LIVE_PATCHING to CONFIG_LIVEPATCH to make the naming of the config and the code more consistent. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
4 lines
65 B
Makefile
4 lines
65 B
Makefile
obj-$(CONFIG_LIVEPATCH) += livepatch.o
|
|
|
|
livepatch-objs := core.o
|