aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 8a3acdaa457825b76ccf830792974113189dadae (plain) (blame)
1
2
3
4
5
6
7
8
9
obj-m += usb-tminit.o
KDIR ?= /lib/modules/$(shell uname -r)/build

all:
	make -C $(KDIR) M=$(shell pwd) modules
install:
	make -C $(KDIR) M=$(shell pwd) modules_install
clean:
	make -C $(KDIR) M=$(shell pwd) clean