blob: 686763d67447508b9f686989006ae29b9885880a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Peng Fan77fa0452017-02-22 16:21:56 +08002# (C) Copyright 2016 Freescale Semiconductor, Inc.
Peng Fan77fa0452017-02-22 16:21:56 +08003
4obj-y := mx7ulp_evk.o
5
6extra-$(CONFIG_USE_PLUGIN) := plugin.bin
7$(obj)/plugin.bin: $(obj)/plugin.o
8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@