summaryrefslogtreecommitdiff
path: root/board/sklrvp_mchp/build.mk
blob: 81d62ff65296581ec5f21f9b91f30337e342fa2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- makefile -*-
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Intel SKL-RVP fly wired to MEC152x EVB board-specific configuration
#

# the IC is Microchip MEC1521
# external SPI is 512KB
# external clock is crystal
CHIP:=mchp
CHIP_FAMILY:=mec152x
CHIP_VARIANT:=mec1521
CHIP_SPI_SIZE_KB:=512
BASEBOARD:=intelrvp

board-y=board.o
board-$(CONFIG_BATTERY_SMART)+=battery.o