aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 5182dbf1c564f03f84c6022bfc5927a925195201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
obj-m += hid-tminit.o
obj-m += hid-tmt300rs.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
	depmod -A

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