1*77fa0457SPeng Fan# (C) Copyright 2016 Freescale Semiconductor, Inc. 2*77fa0457SPeng Fan# 3*77fa0457SPeng Fan# SPDX-License-Identifier: GPL-2.0+ 4*77fa0457SPeng Fan# 5*77fa0457SPeng Fan 6*77fa0457SPeng Fanobj-y := mx7ulp_evk.o 7*77fa0457SPeng Fan 8*77fa0457SPeng Fanextra-$(CONFIG_USE_PLUGIN) := plugin.bin 9*77fa0457SPeng Fan$(obj)/plugin.bin: $(obj)/plugin.o 10*77fa0457SPeng Fan $(OBJCOPY) -O binary --gap-fill 0xff $< $@ 11