From 32777626f56c16180c845bee074087e0675d021d Mon Sep 17 00:00:00 2001 From: N2614 Date: Fri, 20 May 2011 01:56:13 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@261 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/ConsoleBackup/OMakefile | 9 --------- .../sources/ConsoleRestore/OMakefile | 10 ---------- .../sources/tools/ExportedDataVerifier/OMakefile | 10 ---------- 3 files changed, 29 deletions(-) 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 \