mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
377e1048d3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: York Sun <yorksun@freescale.com> Cc: Stefan Roese <sr@denx.de>
16 lines
330 B
Makefile
16 lines
330 B
Makefile
#
|
|
# (C) Copyright 2003
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2004-2008
|
|
# Matrix-Vision GmbH, info@matrix-vision.de
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := mvsmr.o fpga.o
|
|
|
|
extra-y := bootscript.img
|
|
|
|
$(obj)bootscript.img: bootscript
|
|
@mkimage -T script -C none -n mvSMR_Script -d $< $@
|