summaryrefslogtreecommitdiff
path: root/chip/it83xx/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/build.mk')
-rw-r--r--chip/it83xx/build.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/chip/it83xx/build.mk b/chip/it83xx/build.mk
new file mode 100644
index 0000000000..5906cfe6de
--- /dev/null
+++ b/chip/it83xx/build.mk
@@ -0,0 +1,16 @@
+# -*- makefile -*-
+# Copyright (c) 2013 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.
+#
+# IT83xx chip specific files build
+#
+
+# IT83xx SoC family has an Andes N801 core.
+CORE:=nds32
+
+# Required chip modules
+chip-y=hwtimer.o uart.o gpio.o system.o jtag.o clock.o irq.o
+
+# Optional chip modules
+chip-$(CONFIG_WATCHDOG)+=watchdog.o