mirror of
https://github.com/wisplite/omen_wmi.git
synced 2026-06-27 13:37:06 -05:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
obj-m += hp-wmi.o
|
|
|
|
all:
|
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
|
|
|
|
clean:
|
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|