summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 3d3e7801c9..a86c404446 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -41,9 +41,6 @@ install:
uninstall:
$(MAKE) -C drivers uninstall
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif