repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
tools
/
kvm
/
tests
/
Makefile
blob
cad14ecbae1b1df216ab872308388370af11f5c2
1
all
:
kernel pit boot
2
3
kernel
:
4
$(
MAKE
) -
C kernel
5
.PHONY
:
kernel
6
7
pit
:
8
$(
MAKE
) -
C pit
9
.PHONY
:
pit
10
11
boot
:
12
$(
MAKE
) -
C boot
13
.PHONY
:
boot
14
15
clean
:
16
$(
MAKE
) -
C kernel
clean
17
$(
MAKE
) -
C pit
clean
18
$(
MAKE
) -
C boot
clean
19
.PHONY
:
clean