projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] mm: PageLRU no testset
[linux-2.6]
/
arch
/
um
/
sys-ia64
/
Makefile
1
OBJ = built-in.o
2
3
OBJS =
4
5
all: $(OBJ)
6
7
$(OBJ): $(OBJS)
8
rm -f $@
9
$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
10
11
clean-files := $(OBJS) link.ld