summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index a86c404446..bd85d1552a 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -35,12 +35,6 @@ dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
$(MAKE) -C drivers depend
-install:
- $(MAKE) -C drivers install
-
-uninstall:
- $(MAKE) -C drivers uninstall
-
ifneq ($(wildcard .depend),)
include .depend
endif