summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:Enji Cooper2017-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files. Notes: svn path=/stable/11/; revision=319182
* Hook ubt and ubtbcmfw back up to the build.Andrew Thompson2009-05-271-5/+6
| | | | Notes: svn path=/head/; revision=192909
* Hook up new USB modules.Andrew Thompson2009-02-231-5/+5
| | | | Notes: svn path=/head/; revision=188943
* Style: Remove blank lines before EOF.Yaroslav Tykhiy2006-02-181-1/+0
| | | | | | | Tested by: cvs diff -B Notes: svn path=/head/; revision=155824
* No need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=139398
* Build usbdevs.hWarner Losh2004-06-281-1/+1
| | | | Notes: svn path=/head/; revision=131250
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124472
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-4/+1
| | | | | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-0/+17
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ Notes: svn path=/head/; revision=114878