10 lines
285 B
C
10 lines
285 B
C
|
/* 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
|