projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
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
stack.o
10
11
wimax-$(CONFIG_DEBUG_FS) += debugfs.o
12
13