summaryrefslogtreecommitdiffstats
path: root/board/gumstix/pepper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/gumstix/pepper/Makefile')
-rw-r--r--board/gumstix/pepper/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/gumstix/pepper/Makefile b/board/gumstix/pepper/Makefile
new file mode 100644
index 0000000000..ecb1d61669
--- /dev/null
+++ b/board/gumstix/pepper/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y += mux.o
+endif
+
+obj-y += board.o
OpenPOWER on IntegriCloud