kpatch/contrib/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: