summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxsabreauto/Makefile
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 10:28:00 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:07 +0800
commit6b3769bb839089908940eccbf7c90439a3be5cfd (patch)
treef60bfd41a87fb746b585994ff21d5e4ff46fc20c /board/freescale/mx6sxsabreauto/Makefile
parent2ebe0c77e3626c8d6de0e80060233a8507adcae0 (diff)
downloadu-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.zip
u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.gz
u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.bz2
MLK-10774-21 imx:imx6sxsabreauto add bsp
Add bsp and configuration file Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'board/freescale/mx6sxsabreauto/Makefile')
-rw-r--r--board/freescale/mx6sxsabreauto/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabreauto/Makefile b/board/freescale/mx6sxsabreauto/Makefile
new file mode 100644
index 0000000..db01364
--- /dev/null
+++ b/board/freescale/mx6sxsabreauto/Makefile
@@ -0,0 +1,10 @@
+# (C) Copyright 2014 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := mx6sxsabreauto.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@