summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 4b203be805..3d3e7801c9 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -14,7 +14,7 @@ CFLAGS = $(OPTFLAGS)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-all: $(SUBDIRS) $(LIBNAME) do_drivers
+all: $(LIBNAME) do_drivers
do_drivers:
$(MAKE) -C drivers