summaryrefslogtreecommitdiff
path: root/extra/usb_serial/Makefile
blob: 9c478050ccfc601bae8a867996a18b6cd43bec6c (plain)
1
2
3
4
5
6
7
8
9
10
obj-m := raiden.o

.PHONY: all

all: modules

.DEFAULT:
	$(MAKE) -C /lib/modules/$(shell uname -r)/build \
		M=$(shell pwd) \
		$(MAKECMDGOALS)