git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[pandora-kernel.git]
/
Documentation
/
arm
/
SH-Mobile
/
Makefile
1
BIN := vrl4
2
3
.PHONY: all
4
all: $(BIN)
5
6
.PHONY: clean
7
clean:
8
rm -f *.o $(BIN)