mirror of
https://gitlab.com/arnekeller/microsoft-ergonomic-keyboard.git
synced 2024-11-21 15:04:57 +00:00
Makefile tweaks
This commit is contained in:
parent
0aba665489
commit
e363ff04dd
15
Makefile
15
Makefile
@ -1 +1,14 @@
|
|||||||
obj-m += hid-microsoft-ergonomic.o
|
KERNELRELEASE ?= $(shell uname -r)
|
||||||
|
KERNEL_DIR ?= /lib/modules/$(KERNELRELEASE)/build
|
||||||
|
PWD := $(shell pwd)
|
||||||
|
|
||||||
|
obj-m := hid-microsoft-ergonomic.o
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules
|
||||||
|
|
||||||
|
install:
|
||||||
|
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) clean
|
||||||
|
Loading…
Reference in New Issue
Block a user