blob: 80cf4886ebe7f366f545327db15340705eb226b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- makefile -*-
# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Board specific files build
#
CHIP:=ish
CHIP_FAMILY:=ish5
CHIP_VARIANT:=ish5p0
board-y=board.o
|