summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/grapeboard/Makefile')
-rw-r--r--board/scalys/grapeboard/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/scalys/grapeboard/Makefile b/board/scalys/grapeboard/Makefile
new file mode 100644
index 0000000..ad75e40
--- /dev/null
+++ b/board/scalys/grapeboard/Makefile
@@ -0,0 +1,13 @@
+#
+# Copyright 2016 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += grapeboard.o
+obj-y += eth.o
+obj-y += usb_grapeboard.o
+
+obj-$(CONFIG_LAYERSCAPE_NS_ACCESS) += ns_access.o
+
+