mcinspect: vtop (in progress)

Change-Id: I09f487e96edc7c4f59c97e6fb6dde28baf84c1e5
This commit is contained in:
Balazs Gerofi
2020-03-06 18:34:26 +09:00
committed by Masamichi Takagi
parent 91146acfe5
commit 5224551782
2 changed files with 271 additions and 48 deletions

View File

@@ -29,6 +29,7 @@ if (NOT LIBDWARF)
else()
target_link_libraries(mcinspect ${LIBDWARF})
endif()
target_link_libraries(mcinspect ${LIBBFD})
add_executable(eclair eclair.c arch/${ARCH}/arch-eclair.c)
target_link_libraries(eclair ${LIBBFD})