summaryrefslogtreecommitdiffstats
path: root/Usb-Driver/ubuntu-make
diff options
context:
space:
mode:
Diffstat (limited to 'Usb-Driver/ubuntu-make')
-rw-r--r--Usb-Driver/ubuntu-make16
1 files changed, 0 insertions, 16 deletions
diff --git a/Usb-Driver/ubuntu-make b/Usb-Driver/ubuntu-make
deleted file mode 100644
index d4b85af..0000000
--- a/Usb-Driver/ubuntu-make
+++ /dev/null
@@ -1,16 +0,0 @@
-obj-m := mocc$(MAKE) V=0 -C $(KDIR) SUBDIRS=$(PWD) modules $(PROJECT_C_FLAGS)
-
-PWD = $(shell pwd)
-
-default:
- @echo --------------------------------------
- @echo pwd = $(PWD)
- @echo CURRENT = $(CURRENT)
- @echo KDIR = $(KDIR)
- make -C $(KDIR) SUBDIRS=$(PWD) modules
-
-test:
- gcc test-mocca.c -o test-mocca -lpthread
-
-clean:
- -rm -f *.o *.ko .*.cmd .*.flags *.mod.c