summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sx_17x17_arm2/Makefile
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 14:43:11 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:08 +0800
commitc911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 (patch)
tree06691a515d3b76c66dccf91e2b58e260967ae83a /board/freescale/mx6sx_17x17_arm2/Makefile
parent6b3769bb839089908940eccbf7c90439a3be5cfd (diff)
downloadu-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.zip
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.gz
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.bz2
MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 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/mx6sx_17x17_arm2/Makefile')
-rw-r--r--board/freescale/mx6sx_17x17_arm2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx6sx_17x17_arm2/Makefile b/board/freescale/mx6sx_17x17_arm2/Makefile
new file mode 100644
index 0000000..2ee8078b
--- /dev/null
+++ b/board/freescale/mx6sx_17x17_arm2/Makefile
@@ -0,0 +1,10 @@
+# (C) Copyright 2014 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := mx6sx_17x17_arm2.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@