]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/h2200/Makefile
engicam: Set fdt_file env during run-time
[people/ms/u-boot.git] / board / h2200 / Makefile
CommitLineData
34cda7a0
ŁD
1#
2# h2200 Support
3#
4# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
34cda7a0
ŁD
7#
8
a79854a9 9obj-y := h2200.o
34cda7a0 10
a79854a9 11extra-y := h2200-header.bin
34cda7a0 12
9e414032 13$(obj)/h2200-header.bin: $(obj)/h2200-header.o
34cda7a0 14 $(OBJCOPY) -O binary $< $@