diff options
| author | hathach <[email protected]> | 2025-12-02 12:50:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-02 13:01:49 +0700 |
| commit | c859744784cc396ae0993a16a1935b10fbd9b797 (patch) | |
| tree | 6f7c3487dacad035922f1f3c18e5411dd39003da /hw | |
| parent | a337a6d337c0cdd50981ba2040aee99966ae3152 (diff) | |
adding metrics for computing average compiled size
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/family_support.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake index 1f91d0910..e7dfc19c8 100644 --- a/hw/bsp/family_support.cmake +++ b/hw/bsp/family_support.cmake @@ -231,12 +231,6 @@ function(family_add_linkermap TARGET) separate_arguments(LINKERMAP_OPTION_LIST UNIX_COMMAND ${LINKERMAP_OPTION}) endif () - if (ARGC GREATER 1) - separate_arguments(ARG_OPTION_LIST UNIX_COMMAND ${ARGV1}) - list(APPEND LINKERMAP_OPTION_LIST ${ARG_OPTION_LIST}) - endif () - - # target add_custom_target(${TARGET}-linkermap COMMAND python ${LINKERMAP_PY} -j -m ${LINKERMAP_OPTION_LIST} $<TARGET_FILE:${TARGET}>.map VERBATIM |
