Skip to content

Commit

Permalink
Added missing PWD variable, and fixed install (issue #1).
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Nov 26, 2018
1 parent a545c7f commit 84a2f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ KERNEL_ROOT ?= /lib/modules/$(shell uname -r)
KERNEL_DIR ?= $(KERNEL_ROOT)/build
KERNEL_EXTRA ?= $(KERNEL_ROOT)/extra
UNINSTALL = rm -vf
PWD := $(shell pwd)

HAVE_SPARSE := $(shell which sparse 2>/dev/null)
SPARSE_MODE ?= 2
Expand Down Expand Up @@ -48,3 +49,4 @@ install:

uninstall:
$(UNINSTALL) "$(DESTDIR)$(KERNEL_EXTRA)/akvcam.ko"
$(UNINSTALL) "$(DESTDIR)$(KERNEL_EXTRA)/akvcam.ko.xz"

0 comments on commit 84a2f87

Please sign in to comment.