From 25045176611802875de69fe5940ab4fe12edba36 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 13:47:43 -0500 Subject: [PATCH] drfb_load: Enable in top level Makefile. --- root_image/tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root_image/tools/Makefile b/root_image/tools/Makefile index 9c3d3da..d4c0173 100644 --- a/root_image/tools/Makefile +++ b/root_image/tools/Makefile @@ -4,6 +4,8 @@ SUBDIRS += iostat-2.2 SUBDIRS += debug SUBDIRS += eatmem SUBDIRS += crashme +SUBDIRS += drfb_load +SUBDIRS += drfb_test .PHONY: all all: -- 2.39.5