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, 0 insertions, 10 deletions
diff --git a/extra/usb_serial/Makefile b/extra/usb_serial/Makefile
deleted file mode 100644
index 9c478050cc..0000000000
--- a/extra/usb_serial/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-obj-m := raiden.o
-
-.PHONY: all
-
-all: modules
-
-.DEFAULT:
- $(MAKE) -C /lib/modules/$(shell uname -r)/build \
- M=$(shell pwd) \
- $(MAKECMDGOALS)