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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/scalys/grapeboard/Makefile b/board/scalys/grapeboard/Makefile
new file mode 100644
index 0000000..a8632b6
--- /dev/null
+++ b/board/scalys/grapeboard/Makefile
@@ -0,0 +1,15 @@
+#
+# Copyright 2018 Scalys B.V.
+# opensource@scalys.com
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += grapeboard.o
+obj-y += eth.o
+obj-y += usb_grapeboard.o
+obj-y += board_configuration_data.o
+
+obj-$(CONFIG_LAYERSCAPE_NS_ACCESS) += ../../freescale/common/ns_access.o
+
+