summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index ebfa73e5ff..582c6cae33 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -7,9 +7,7 @@ OBJS = $(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS)
-all: $(LIBNAME) do_drivers
-
-do_drivers:
+all: $(LIBNAME)
$(MAKE) -C drivers
$(LIBNAME): $(OBJS)