summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Makefile
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
commit505d9ce1aae6b4226c33cd0903c0123ea3c8c128 (patch)
tree55df8809af3c7d5b0e0cd2f520f93e2b9f662d7f /board/scalys/grapeboard/Makefile
parentc249f5f07214250195863b8ac76424abe94f64e3 (diff)
downloadu-boot-505d9ce1aae6b4226c33cd0903c0123ea3c8c128.tar.xz
Grapeboard support added
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
+
+