mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-01-18 12:41:23 +00:00
4 lines
95 B
Makefile
4 lines
95 B
Makefile
obj-$(CONFIG_LIVEPATCH) += livepatch.o
|
|
|
|
livepatch-objs := core.o patch.o shadow.o transition.o
|