From 1ac56d0501321bf9f3b3f84cdd8be9fc2f59d93d Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 20 Feb 2024 08:30:55 +0000 Subject: [PATCH] soc: soc_legacy: mips: Remove out file Removes a file that is no longer used Signed-off-by: Jamie McCrae --- soc/soc_legacy/mips/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 soc/soc_legacy/mips/CMakeLists.txt diff --git a/soc/soc_legacy/mips/CMakeLists.txt b/soc/soc_legacy/mips/CMakeLists.txt deleted file mode 100644 index f4733688cca..00000000000 --- a/soc/soc_legacy/mips/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -if(SOC_FAMILY) - add_subdirectory(${SOC_FAMILY}) -else() - add_subdirectory(${SOC_NAME}) -endif()