From: Harald Hoyer Date: Wed, 15 Jul 2009 16:24:53 +0000 (+0200) Subject: Makefile: add debug module to the testimage target X-Git-Tag: 0.5~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4da80735adfcf9827cf6a01b7cef8a13d4334e1;p=thirdparty%2Fdracut.git Makefile: add debug module to the testimage target --- diff --git a/Makefile b/Makefile index a021617b0..9395eca30 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