summaryrefslogtreecommitdiffstats
path: root/qa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qa/Makefile')
-rw-r--r--qa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Makefile b/qa/Makefile
index ad655b7e743..05dc834adbd 100644
--- a/qa/Makefile
+++ b/qa/Makefile
@@ -1,4 +1,4 @@
-DIRS= workunits btrfs
+DIRS= workunits
all:
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done