177fa0457SPeng Fan# SPDX-License-Identifier: GPL-2.0+ 2*83d290c5STom Rini# (C) Copyright 2016 Freescale Semiconductor, Inc. 377fa0457SPeng Fan 477fa0457SPeng Fanobj-y := mx7ulp_evk.o 577fa0457SPeng Fan 677fa0457SPeng Fanextra-$(CONFIG_USE_PLUGIN) := plugin.bin 777fa0457SPeng Fan$(obj)/plugin.bin: $(obj)/plugin.o 877fa0457SPeng Fan $(OBJCOPY) -O binary --gap-fill 0xff $< $@ 9