mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
|
# (C) Copyright 2016 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := mx7ulp_evk.o
|
||
|
|
||
|
extra-$(CONFIG_USE_PLUGIN) := plugin.bin
|
||
|
$(obj)/plugin.bin: $(obj)/plugin.o
|
||
|
$(OBJCOPY) -O binary --gap-fill 0xff $< $@
|