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
/
boot
/
Makefile
blob
40cba6847ccd791410999bbe900f8a8fed9749bb
1
NAME
:=
init
2
3
OBJ
:= $(
NAME
)
.o
4
5
all
: $(
.o
)
6
rm
-
rf rootfs
7
mkdir rootfs
8
gcc
-
static init.c
-
o rootfs
/
init
9
mkisofs rootfs
>
boot_test.iso
10
11
clean
:
12
rm
-
rf rootfs boot_test.iso
13
.PHONY
:
clean