From 2131dd03d3ee2eacea9745948b4c90b651f5bbb3 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 12 Jan 2011 15:37:36 -0500 Subject: [PATCH] add eatme and crashme --- root_image/tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root_image/tools/Makefile b/root_image/tools/Makefile index 2188f48..9c3d3da 100644 --- a/root_image/tools/Makefile +++ b/root_image/tools/Makefile @@ -2,6 +2,8 @@ SUBDIRS := ssh_support SUBDIRS += load_xen_modules SUBDIRS += iostat-2.2 SUBDIRS += debug +SUBDIRS += eatmem +SUBDIRS += crashme .PHONY: all all: -- 2.39.5