[bytgpio] Add module for bytgpio(4)

MFC after:	3 days
This commit is contained in:
Oleksandr Tymoshenko 2016-11-21 19:47:37 +00:00
parent 119bea9ff5
commit 5370c80e0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308942
2 changed files with 10 additions and 0 deletions

View File

@ -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

View 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>