repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: remove unused wrapper block_page_mkwrite()
[linux/fpc-iii.git]
/
arch
/
c6x
/
boot
/
Makefile
blob
8734abee548ee251bd56a9600918c3e27e38d559
1
#
2
# Makefile for bootable kernel images
3
#
4
5
OBJCOPYFLAGS_vmlinux.bin
:= -
O binary
6
$(
obj
)/
vmlinux.bin
:
vmlinux FORCE
7
$(
call if_changed
,
objcopy
)
8
9
$(
obj
)/
dtbImage.
%:
vmlinux
10
$(
call if_changed
,
objcopy
)