From f4da80735adfcf9827cf6a01b7cef8a13d4334e1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 15 Jul 2009 18:24:53 +0200 Subject: [PATCH] Makefile: add debug module to the testimage target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a021617..9395eca 100644 --- a/Makefile +++ b/Makefile @@ -61,5 +61,5 @@ check: all make -C test check testimage: all - ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) + ./dracut -l -a debug -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img -- 2.7.4