projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/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 $< $@