mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
7 lines
156 B
Makefile
7 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
|