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:
parent
75bb8ce382
commit
b138f26cf4
1 changed files with 0 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue