Makefile: generate a Device tree file (DTB).
This commit is contained in:
parent
8d1dca5eec
commit
22ac94674b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -180,3 +180,5 @@ qemu-gdb: $K/kernel .gdbinit fs.img
|
|||
@echo "*** Now run 'gdb' in another window." 1>&2
|
||||
$(QEMU) $(QEMUOPTS) -S $(QEMUGDB)
|
||||
|
||||
qemu-dump-dtb: $K/kernel fs.img
|
||||
$(QEMU) $(QEMUOPTS) -machine dumpdtb=qemu.dtb
|
||||
|
|
Loading…
Add table
Reference in a new issue