summaryrefslogtreecommitdiffstats
path: root/sys/modules/lmc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* No need to list opt_global.h. No need to force ALTQ here, since that'simp2014-11-181-3/+0
| | | | | | not the normal default for the system and nothing else forces it on. Sponsored by: Netflix
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-6/+0
| | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+0
| | | | - Include opt_device_polling.h
* Oops, left a compile option enabled that should not be enabled.scottl2005-10-041-1/+1
|
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-031-0/+25
interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs
OpenPOWER on IntegriCloud