From 36714b9ecc25fbb268da779b879bad1be7d48192 Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Thu, 3 Feb 2022 07:52:02 +0100 Subject: [PATCH] dkms_reinstall target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 81e79e2..711f051 100644 --- a/Makefile +++ b/Makefile @@ -126,5 +126,10 @@ dkms_install: dkms_modules_install depmod_conf_install dracut_conf_install udev_ dkms_uninstall: tools_uninstall xorg_conf_uninstall udev_rules_uninstall dracut_conf_uninstall depmod_conf_uninstall dkms_modules_uninstall +enable_debug: + ./digimend-debug 1 + +dkms_reinstall: dkms_uninstall dkms_install enable_debug + dist: git archive --format=tar.gz --prefix=$(PACKAGE)/ HEAD > $(PACKAGE).tar.gz