mirror of
https://github.com/dynup/kpatch
synced 2024-12-11 16:04:40 +00:00
13 lines
175 B
Makefile
13 lines
175 B
Makefile
include ../Makefile.inc
|
|
|
|
all:
|
|
|
|
install: all
|
|
$(INSTALL) -d $(DRACUTDIR)
|
|
$(INSTALL) module-setup.sh kpatch-load-all.sh $(DRACUTDIR)
|
|
|
|
uninstall:
|
|
$(RM) -R $(DRACUTDIR)
|
|
|
|
clean:
|