omen-modules/hp-wmi/Makefile

8 lines
146 B
Makefile
Raw Normal View History

obj-m += hp-wmi.o
all:
make -C /lib/modules/${kernelver}/build M=$(PWD) modules
clean:
make -C /lib/modules/${kernelver}/build M=$(PWD) clean