projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tracing, perf_counter: Add help text to CONFIG_EVENT_PROFILE
[linux-2.6]
/
net
/
wimax
/
Makefile
1
2
obj-$(CONFIG_WIMAX) += wimax.o
3
4
wimax-y := \
5
id-table.o \
6
op-msg.o \
7
op-reset.o \
8
op-rfkill.o \
9
op-state-get.o \
10
stack.o
11
12
wimax-$(CONFIG_DEBUG_FS) += debugfs.o
13
14