projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] qla trivial iomem annotation
[linux-2.6]
/
arch
/
cris
/
arch-v10
/
boot
/
Makefile
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