diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-09-17 11:34:19 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:28 -0400 |
commit | 3b0c5a3818555988b6235144e0174b1a512719b7 (patch) | |
tree | dfdf8135e50ee4a2c3e3b14743f28337cb122cce /drivers/uwb/wlp | |
parent | 2f19204480f16a20d8571a97c13f0cec2968607c (diff) |
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>
Diffstat (limited to 'drivers/uwb/wlp')
-rw-r--r-- | drivers/uwb/wlp/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/uwb/wlp/Makefile b/drivers/uwb/wlp/Makefile new file mode 100644 index 000000000000..c72c11db5b1b --- /dev/null +++ b/drivers/uwb/wlp/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | obj-$(CONFIG_UWB_WLP) := wlp.o | ||
2 | |||
3 | wlp-objs := \ | ||
4 | driver.o \ | ||
5 | eda.o \ | ||
6 | messages.o \ | ||
7 | sysfs.o \ | ||
8 | txrx.o \ | ||
9 | wlp-lc.o \ | ||
10 | wss-lc.o | ||