mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Include SMSC driver into default kernel build.
This commit is contained in:
parent
7b0866b032
commit
39700e098d
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw}
|
|||
SUBDIR += atp uhid ukbd ums udbp ufm uep
|
||||
SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
|
||||
umct umcs umodem umoscom uplcom uslcom uvisor uvscom
|
||||
SUBDIR += uether aue axe cdce cue ${_kue} mos rue udav uhso ipheth
|
||||
SUBDIR += uether aue axe cdce cue ${_kue} mos rue smsc udav uhso ipheth
|
||||
SUBDIR += usfs umass urio
|
||||
SUBDIR += quirk template
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ S= ${.CURDIR}/../../..
|
|||
|
||||
KMOD= if_smsc
|
||||
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
||||
miibus_if.h opt_inet.h \
|
||||
miibus_if.h opt_inet.h opt_platform.h \
|
||||
if_smsc.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue