image: android: Support boot image v1 and v2
[oweals/u-boot.git] / board / h2200 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # h2200 Support
4 #
5 # Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
6
7 obj-y   := h2200.o
8
9 extra-y := h2200-header.bin
10
11 $(obj)/h2200-header.bin: $(obj)/h2200-header.o
12         $(OBJCOPY) -O binary $< $@