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 'u-boot/master' into 'u-boot-arm/master'
[platform/kernel/u-boot.git]
/
board
/
h2200
/
Makefile
1
#
2
# h2200 Support
3
#
4
# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
5
#
6
# SPDX-License-Identifier: GPL-2.0+
7
#
8
9
obj-y := h2200.o
10
11
extra-y := h2200-header.bin
12
13
$(obj)/h2200-header.bin: $(obj)/h2200-header.o
14
$(OBJCOPY) -O binary $< $@