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 <jay.vasanth@microchip.com>
This commit is contained in:
Jay Vasanth 2022-04-19 17:30:17 -04:00 committed by Maureen Helm
commit b138f26cf4

View file

@ -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})