blob: 5e19eb4859203ccfa3bee661557e9d0389c40e29 [file] [log] [blame]
Peng Fan77fa0452017-02-22 16:21:56 +08001# (C) Copyright 2016 Freescale Semiconductor, Inc.
2#
3# SPDX-License-Identifier: GPL-2.0+
4#
5
6obj-y := mx7ulp_evk.o
7
8extra-$(CONFIG_USE_PLUGIN) := plugin.bin
9$(obj)/plugin.bin: $(obj)/plugin.o
10 $(OBJCOPY) -O binary --gap-fill 0xff $< $@