From b138f26cf4b27243a6198c7e1c9508d0af60377b Mon Sep 17 00:00:00 2001 From: Jay Vasanth Date: Tue, 19 Apr 2022 17:30:17 -0400 Subject: [PATCH] boards: mec172xevb: Fix cmake no sources warning Microchip MEC172x EVB no longer has any C files in board folder. Remove the cmake library rule as it it causing a build warning due to no source files. Signed-off-by: Jay Vasanth --- boards/arm/mec172xevb_assy6906/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/boards/arm/mec172xevb_assy6906/CMakeLists.txt b/boards/arm/mec172xevb_assy6906/CMakeLists.txt index b22046164911aa..2f594e415dc38c 100644 --- a/boards/arm/mec172xevb_assy6906/CMakeLists.txt +++ b/boards/arm/mec172xevb_assy6906/CMakeLists.txt @@ -4,8 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # -zephyr_library() - if(DEFINED ENV{MEC172X_SPI_GEN}) # Grab it from environment variable if defined set(MEC172X_SPI_GEN $ENV{MEC172X_SPI_GEN})