summaryrefslogtreecommitdiff
path: root/board/link/build.mk
blob: b600d69d1349c805c2891391ec8678608a473d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2012 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 specific files build
#

# the IC is TI Stellaris LM4
CHIP:=lm4

board-y=board.o
board-$(CONFIG_TEMP_SENSOR)+=board_temp_sensor.o