-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uwb: add WiMedia LLC Protocol (build system)
Add the WLP build system (Kconfig and Kbuild files). Signed-off-by: David Vrabel <david.vrabel@csr.com>
- Loading branch information
Greg Kroah-Hartman
authored and
David Vrabel
committed
Sep 17, 2008
1 parent
2f19204
commit 3b0c5a3
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |