summaryrefslogtreecommitdiff
path: root/board/kevin/board.c
blob: 7cafbebcef943fc3c18d4430a4dd7053cb70b87a (plain)
1
2
3
4
5
6
7
8
9
/* Copyright 2016 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.
 */

/* Board is only valid for host tools */
#ifndef HOST_TOOLS_BUILD
#error "Can only build for host tools"
#endif