[bytgpio] Add module for bytgpio(4)
MFC after: 3 days
This commit is contained in:
parent
119bea9ff5
commit
5370c80e0e
@ -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…
x
Reference in New Issue
Block a user