Merge pull request #1 from feiyeung/master

minor improvements to the Makefile target "dkms-install"
This commit is contained in:
Anthony Wang 2021-05-20 09:36:18 -05:00 committed by GitHub
commit 25a3bb8ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,8 @@ clean:
@$(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) clean
dkms-install:
mkdir $(DKMS_ROOT_PATH)
dkms --version >> /dev/null
mkdir -p $(DKMS_ROOT_PATH)
cp $(CURDIR)/dkms.conf $(DKMS_ROOT_PATH)
cp $(CURDIR)/Makefile $(DKMS_ROOT_PATH)
cp $(CURDIR)/zenpower.c $(DKMS_ROOT_PATH)