summaryrefslogtreecommitdiff
path: root/board/cr50_a1/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50_a1/build.mk')
-rw-r--r--board/cr50_a1/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/cr50_a1/build.mk b/board/cr50_a1/build.mk
new file mode 100644
index 0000000000..9b0a26c13d
--- /dev/null
+++ b/board/cr50_a1/build.mk
@@ -0,0 +1,15 @@
+# -*- 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.
+#
+# Board specific files build
+
+CHIP:=g
+CHIP_FAMILY:=cr50
+CHIP_VARIANT:=cr50_a1
+
+board-y=board.o
+
+# Need to generate a .hex file
+all: hex