2010-04-01 21:26:55 +02:00
|
|
|
#
|
|
|
|
# (C) Copyright 2003
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2004-2008
|
|
|
|
# Matrix-Vision GmbH, info@matrix-vision.de
|
|
|
|
#
|
2013-07-08 09:37:19 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-04-01 21:26:55 +02:00
|
|
|
#
|
|
|
|
|
2013-10-21 11:53:38 +09:00
|
|
|
obj-y := mvsmr.o fpga.o
|
2010-04-01 21:26:55 +02:00
|
|
|
|
2013-10-21 11:53:38 +09:00
|
|
|
extra-y := bootscript.img
|
2010-04-01 21:26:55 +02:00
|
|
|
|
2014-03-11 11:05:12 +09:00
|
|
|
MKIMAGEFLAGS_bootscript.image := -T script -C none -n mvSMR_Script
|
|
|
|
|
2014-02-04 17:24:24 +09:00
|
|
|
$(obj)/bootscript.img: $(src)/bootscript
|
2014-03-11 11:05:12 +09:00
|
|
|
$(call cmd,mkimage)
|