summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/Kbuild
Commit message (Collapse)AuthorAgeFilesLines
* staging: ozwpan: remove debug allocatorGreg Kroah-Hartman2012-03-021-1/+0
| | | | | | | | | The kernel already has a debug allocator, no need to have one unique to a single driver. So delete it, replace with kfree, kmalloc, and, in a few places that need it, kzalloc(). Cc: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ozwpan: Plumbed in Kconfig and KbuildChris Kelly2012-02-241-0/+20
Added Kconfig and Kbuild files for ozwpan USB over WiFi driver. Modified parent Makefile and Kconfig to include them. Signed-off-by: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud