summaryrefslogtreecommitdiff
path: root/extra/usb_serial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_serial/Makefile')
-rw-r--r--extra/usb_serial/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/usb_serial/Makefile b/extra/usb_serial/Makefile
new file mode 100644
index 0000000000..9c478050cc
--- /dev/null
+++ b/extra/usb_serial/Makefile
@@ -0,0 +1,10 @@
+obj-m := raiden.o
+
+.PHONY: all
+
+all: modules
+
+.DEFAULT:
+ $(MAKE) -C /lib/modules/$(shell uname -r)/build \
+ M=$(shell pwd) \
+ $(MAKECMDGOALS)