summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index bad801ea10..a73b4f4e1a 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -4,16 +4,4 @@ LIBNAME_MPLAYER = libvidix.a
SRCS_MPLAYER = vidixlib.c
-libs:
- $(MAKE) -C drivers
-
-clean::
- $(MAKE) -C drivers clean
-
-distclean::
- $(MAKE) -C drivers distclean
-
-dep depend::
- $(MAKE) -C drivers depend
-
include ../mpcommon.mak