Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / freescale / mx7ulp_evk / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 # (C) Copyright 2016 Freescale Semiconductor, Inc.
3
4 obj-y  := mx7ulp_evk.o
5
6 extra-$(CONFIG_USE_PLUGIN) :=  plugin.bin
7 $(obj)/plugin.bin: $(obj)/plugin.o
8         $(OBJCOPY) -O binary --gap-fill 0xff $< $@