diff --git a/trunk/ConsoleDataMigration/sources/ConsoleBackup/OMakefile b/trunk/ConsoleDataMigration/sources/ConsoleBackup/OMakefile index c3fb283..104b529 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleBackup/OMakefile +++ b/trunk/ConsoleDataMigration/sources/ConsoleBackup/OMakefile @@ -56,19 +56,10 @@ SHADER_PATH = $(ROMFS_ROOT)/$(SHADER_BIN) ROMFS_DEPENDENCIES = $(SHADER_PATH) LIBS += libnn_cfg \ - libnn_driversEeprom \ - libnn_driversi2c \ - libnn_driversCal \ libnn_crypto \ - libnn_driversCodec \ - libnn_spi \ - libnn_gpio \ - libnn_pdn \ libnn_mcu \ libnn_i2c \ - libnn_driversCamera \ libnn_ps \ - libnn_driversRsa \ lib_demo \ libnn_nwm \ libnn_friends \ diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile b/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile index 725584f..17ff132 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile @@ -61,19 +61,9 @@ SHADER_PATH = $(ROMFS_ROOT)/$(SHADER_BIN) ROMFS_DEPENDENCIES = $(SHADER_PATH) LIBS += libnn_cfg \ - libnn_driversEeprom \ - libnn_driversi2c \ - libnn_driversCal \ libnn_crypto \ - libnn_driversCodec \ - libnn_spi \ - libnn_gpio \ - libnn_pdn \ libnn_mcu \ - libnn_i2c \ - libnn_driversCamera \ libnn_ps \ - libnn_driversRsa \ lib_demo \ libnn_nwm \ libnn_friends \ diff --git a/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/OMakefile b/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/OMakefile index 8435eef..29beca3 100644 --- a/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/OMakefile +++ b/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/OMakefile @@ -45,19 +45,9 @@ CTR_BANNER_SPEC = $(TARGET_PROGRAM).bsf ROMFS_ROOT = ../../common/romfiles LIBS += libnn_cfg \ - libnn_driversEeprom \ - libnn_driversi2c \ - libnn_driversCal \ libnn_crypto \ - libnn_driversCodec \ - libnn_spi \ - libnn_gpio \ - libnn_pdn \ libnn_mcu \ - libnn_i2c \ - libnn_driversCamera \ libnn_ps \ - libnn_driversRsa \ lib_demo \ libnn_nwm \ libnn_friends \