aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/mx7ulp_evk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/mx7ulp_evk/Makefile')
-rw-r--r--roms/u-boot/board/freescale/mx7ulp_evk/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/mx7ulp_evk/Makefile b/roms/u-boot/board/freescale/mx7ulp_evk/Makefile
new file mode 100644
index 000000000..686763d67
--- /dev/null
+++ b/roms/u-boot/board/freescale/mx7ulp_evk/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
+# (C) Copyright 2016 Freescale Semiconductor, Inc.
+
+obj-y := mx7ulp_evk.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@