xref: /openbmc/u-boot/board/h2200/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# h2200 Support
4#
5# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
6
7obj-y	:= h2200.o
8
9extra-y := h2200-header.bin
10
11$(obj)/h2200-header.bin: $(obj)/h2200-header.o
12	$(OBJCOPY) -O binary $< $@
13