summaryrefslogtreecommitdiffstats
path: root/driver/hdm-usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'driver/hdm-usb/Makefile')
-rw-r--r--driver/hdm-usb/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/driver/hdm-usb/Makefile b/driver/hdm-usb/Makefile
deleted file mode 100644
index 28ab832..0000000
--- a/driver/hdm-usb/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Makefile
-#
-
-SRC := $(shell pwd)
-
-obj-m += hdm_usb.o
-CFLAGS_hdm_usb.o := -I$(src)/../include/
-
-all:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules
-
-modules_install:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
-
-clean:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC) clean
-