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