mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Because cmd_mkimage is used in various subdirectories, it seems reasonable to define it in scripts/Makefile.lib. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
14 lines
281 B
Makefile
14 lines
281 B
Makefile
#
|
|
# Copyright (C) Freescale Semiconductor, Inc. 2006.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := mvblm7.o pci.o fpga.o
|
|
|
|
extra-y := bootscript.img
|
|
|
|
MKIMAGEFLAGS_bootscript.image := -T script -C none -n M7_script
|
|
|
|
$(obj)/bootscript.img: $(src)/bootscript
|
|
$(call cmd,mkimage)
|