mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:07:35 +00:00
Utilities: Add fdtdump for dumping OpenFirmware Device Trees
Use the new LibDeviceTree to dump the contents of the device tree blob (Flattened Device Tree) file passed on the command line.
This commit is contained in:
parent
644928314a
commit
259ef76504
2 changed files with 45 additions and 0 deletions
|
@ -62,6 +62,7 @@ target_link_libraries(copy LibGUI)
|
|||
target_link_libraries(diff LibDiff)
|
||||
target_link_libraries(disasm LibX86)
|
||||
target_link_libraries(expr LibRegex)
|
||||
target_link_libraries(fdtdump LibDeviceTree)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress)
|
||||
target_link_libraries(functrace LibDebug LibX86)
|
||||
target_link_libraries(gml-format LibGUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue