Browse Source

Makefile: add debug module to the testimage target

master
Harald Hoyer 16 years ago
parent
commit
f4da80735a
  1. 2
      Makefile

2
Makefile

@ -61,5 +61,5 @@ check: all @@ -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

Loading…
Cancel
Save