summaryrefslogtreecommitdiffstats
path: root/images/Makefile.vexpress
blob: 0f12dc12a53482d5e00fd6d1274c6717ac1ba281 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# barebox image generation Makefile for VExpress images
#

pblx-$(CONFIG_MACH_VEXPRESS) += start_vexpress_ca9
FILE_barebox-vexpress-ca9.img = start_vexpress_ca9.pblx
image-$(CONFIG_MACH_VEXPRESS) += barebox-vexpress-ca9.img

pblx-$(CONFIG_MACH_VEXPRESS) += start_vexpress_ca15
FILE_barebox-vexpress-ca15.img = start_vexpress_ca15.pblx
image-$(CONFIG_MACH_VEXPRESS) += barebox-vexpress-ca15.img