diff --git a/Makefile b/Makefile index f327190..d6dc158 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ obj-m := ./src/tuxedo_keyboard.o tuxedo_tuxedo-objs := ./src/tuxedo_keyboard.o PWD := $(shell pwd) -KDIR := /lib/modules/$(shell uname -r)/build all: make -C $(KDIR) M=$(PWD) modules @@ -20,4 +19,4 @@ dkmsadd: dkmsremove: dkms remove -m tuxedo_keyboard -v 1 --all - rm -rf /usr/src/tuxedo_keyboard-1 \ No newline at end of file + rm -rf /usr/src/tuxedo_keyboard-1