Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116878
b: refs/heads/master
c: 3b0c5a3
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and David Vrabel committed Sep 17, 2008
1 parent 0a6c2d9 commit 97699fd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f19204480f16a20d8571a97c13f0cec2968607c
refs/heads/master: 3b0c5a3818555988b6235144e0174b1a512719b7
7 changes: 7 additions & 0 deletions trunk/drivers/uwb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ config UWB_WHCI
To compile this driver select Y (built in) or M (module). It
is safe to select any even if you do not have the hardware.

config UWB_WLP
tristate "Support WiMedia Link Protocol (Ethernet/IP over UWB)"
depends on UWB && NET
help
This is a common library for drivers that implement
networking over UWB.

endif # UWB
1 change: 1 addition & 0 deletions trunk/drivers/uwb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
obj-$(CONFIG_UWB) += uwb.o
obj-$(CONFIG_UWB_WLP) += wlp/
obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o
obj-$(CONFIG_UWB_HWA) += hwa-rc.o

Expand Down
10 changes: 10 additions & 0 deletions trunk/drivers/uwb/wlp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
obj-$(CONFIG_UWB_WLP) := wlp.o

wlp-objs := \
driver.o \
eda.o \
messages.o \
sysfs.o \
txrx.o \
wlp-lc.o \
wss-lc.o

0 comments on commit 97699fd

Please sign in to comment.