mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04: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 <[email protected]> Reviewed-by: Jingoo Han <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
4 lines
65 B
Makefile
4 lines
65 B
Makefile
obj-$(CONFIG_LIVEPATCH) += livepatch.o
|
|
|
|
livepatch-objs := core.o
|