mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[bytgpio] Add module for bytgpio(4)
MFC after: 3 days
This commit is contained in:
parent
119bea9ff5
commit
5370c80e0e
2 changed files with 10 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ SUBDIR= \
|
|||
bwi \
|
||||
bwn \
|
||||
bwn_pci \
|
||||
${_bytgpio} \
|
||||
cam \
|
||||
${_canbepm} \
|
||||
${_canbus} \
|
||||
|
|
@ -551,6 +552,7 @@ _an= an
|
|||
_aout= aout
|
||||
_bktr= bktr
|
||||
_bxe= bxe
|
||||
_bytgpio= bytgpio
|
||||
_cardbus= cardbus
|
||||
_cbb= cbb
|
||||
_cpuctl= cpuctl
|
||||
|
|
|
|||
8
sys/modules/bytgpio/Makefile
Normal file
8
sys/modules/bytgpio/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/gpio
|
||||
KMOD= bytgpio
|
||||
SRCS= bytgpio.c
|
||||
SRCS+= device_if.h bus_if.h gpio_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue