summaryrefslogtreecommitdiff
path: root/board/bds/build.mk
blob: 73f193751f7c2064a263222c463ed6b301a2409d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_CHARGER)+=dummy_charger.o
board-$(CONFIG_TEMP_SENSOR)+=board_temp_sensor.o