summaryrefslogtreecommitdiff
path: root/board/bds/build.mk
blob: 993dd04a051c7fc3c1eb333094a9883afb9bbbcd (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_TASK_TEMPSENSOR)+=board_temp_sensor.o