summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx6sabresd/Makefile
diff options
context:
space:
mode:
authorPierre Aubert <p.aubert@staubli.com>2013-06-04 09:00:15 +0200
committerStefano Babic <sbabic@denx.de>2013-06-26 17:34:11 +0200
commitc1747970612e36148e7f7a51872c652ed47697f4 (patch)
tree3f3cb3cfa926fe6e6666b5b420dd9107012e9165 /board/freescale/mx6sabresd/Makefile
parent87d720e0c2c9ef0b14a77c38c57d26dcad9c9242 (diff)
downloadblackbird-obmc-uboot-c1747970612e36148e7f7a51872c652ed47697f4.tar.gz
blackbird-obmc-uboot-c1747970612e36148e7f7a51872c652ed47697f4.zip
imx: Add support for the SabreSD shipped with i.MX6DL
The SabreSD platform is available with i.MX6Q or i.MX6DL. This patch adds the support of the i.MX6DL. The config file and the board directory are renamed to remove the reference to the MX6Q. Signed-off-by: Pierre Aubert <p.aubert@staubli.com> CC: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/freescale/mx6sabresd/Makefile')
-rw-r--r--board/freescale/mx6sabresd/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/board/freescale/mx6sabresd/Makefile b/board/freescale/mx6sabresd/Makefile
new file mode 100644
index 0000000000..ff3c94b74a
--- /dev/null
+++ b/board/freescale/mx6sabresd/Makefile
@@ -0,0 +1,41 @@
+#
+# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
+#
+# (C) Copyright 2011 Freescale Semiconductor, Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+include $(TOPDIR)/config.mk
+
+LIB = $(obj)lib$(BOARD).o
+
+COBJS := mx6sabresd.o
+
+SRCS := $(COBJS:.o=.c)
+OBJS := $(addprefix $(obj),$(COBJS))
+
+$(LIB): $(obj).depend $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
+
+#########################################################################
+
+# defines $(obj).depend target
+include $(SRCTREE)/rules.mk
+
+sinclude $(obj).depend
+
+#########################################################################
OpenPOWER on IntegriCloud