diff options
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/tools/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpm/tools/CMakeLists.txt b/mpm/tools/CMakeLists.txt index acc9c6c42..4ab83aa41 100644 --- a/mpm/tools/CMakeLists.txt +++ b/mpm/tools/CMakeLists.txt @@ -16,7 +16,7 @@ SET(eeprom_tool_libs) IF(ENABLE_LIBMPM) MESSAGE(STATUS "Adding MPM EEPROM tools...") SET(eeprom_tool_libs eeprom.c) - SET(eeprom_tool_sources + LIST(APPEND eeprom_tool_sources eeprom-blank.c eeprom-dump.c eeprom-id.c @@ -27,7 +27,7 @@ ENDIF(ENABLE_LIBMPM) IF(ENABLE_MYKONOS) MESSAGE(STATUS "Adding N3XX-specific EEPROM tools...") SET(eeprom_tool_libs eeprom.c) - SET(eeprom_tool_sources + LIST(APPEND eeprom_tool_sources db-dump.c db-id.c db-init.c |