summaryrefslogtreecommitdiff
path: root/board/freescale/mx6ul_14x14_evk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6ul_14x14_evk/Makefile')
-rw-r--r--board/freescale/mx6ul_14x14_evk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_evk/Makefile b/board/freescale/mx6ul_14x14_evk/Makefile
index 61f6778..393dc13 100644
--- a/board/freescale/mx6ul_14x14_evk/Makefile
+++ b/board/freescale/mx6ul_14x14_evk/Makefile
@@ -4,3 +4,7 @@
#
obj-y := mx6ul_14x14_evk.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@