]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/vf610/Makefile
tools: mkimage: add support for Vybrid image format
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / vf610 / Makefile
CommitLineData
24e8bee5
AW
1#
2# Copyright 2013 Freescale Semiconductor, Inc.
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
24e8bee5
AW
5#
6
4e1aa843
MY
7obj-y += generic.o
8obj-y += timer.o
ed0c2c0a
AA
9
10MKIMAGEFLAGS_u-boot.vyb = -T vybridimage
11
12u-boot.vyb: u-boot.imx
13 $(call if_changed,mkimage)