repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Set minimal hw interrupt mitigation.
[linux-2.6/verdex.git]
/
arch
/
cris
/
arch-v10
/
boot
/
Makefile
blob
fe6650368e6a3014dda0be3779a8eb7bc738a11d
1
#
2
# arch/cris/boot/Makefile
3
#
4
5
zImage
:
compressed
/
vmlinuz
6
7
compressed
/
vmlinuz
: $(
TOPDIR
)/
vmlinux
8
@
$(
MAKE
) -
C compressed vmlinuz
9
10
clean
:
11
rm
-
f zImage tools
/
build compressed
/
vmlinux.out
12
@
$(
MAKE
) -
C compressed
clean