diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 17:34:21 +0200 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 17:54:28 +0200 |
commit | a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a (patch) | |
tree | bb6c927dea997cd1327c283f2969263475c21674 /drivers/uwb/i1480/Makefile | |
parent | uwb: add the i1480 DFU driver (diff) | |
download | linux-a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a.tar.xz linux-a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a.zip |
uwb: add the i1480 WLP driver
Add the driver for the WLP capability of the Intel i1480 device.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/i1480/Makefile')
-rw-r--r-- | drivers/uwb/i1480/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uwb/i1480/Makefile b/drivers/uwb/i1480/Makefile index d69da1684cfb..212bbc7d4c32 100644 --- a/drivers/uwb/i1480/Makefile +++ b/drivers/uwb/i1480/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o +obj-$(CONFIG_UWB_I1480U_WLP) += i1480u-wlp/ |