summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
blob: 5263c412f2a4b50630c2ea3f37d7d7b6c9c09b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- makefile -*-
# Copyright (c) 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.
#

CORE:=cortex-m
CFLAGS_CPU+=-march=armv7-m -mcpu=cortex-m3

# Required chip modules
chip-y=clock.o gpio.o hwtimer.o jtag.o system.o uart.o