17 lines
370 B
Makefile
17 lines
370 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2014 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 Nordic nRF51822
|
|
CHIP:=nrf51
|
|
CHIP_FAMILY:=nrf51x22
|
|
CHIP_VARIANT:=nrf51822
|
|
|
|
# Hadoken does not support scratchpad
|
|
test-list-y=
|
|
|
|
board-y=board.o
|