aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: ba704a9277112b313bc623ef3f86af65dd9ebac2 (plain) (blame)
1
2
3
4
5
6
7
8
obj-m += hid-tmff2.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
install:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules_install
clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean