mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
09285d1436
spigen provides userland API to SPI bus. Make it available as a loadable module so people using official ARM images can enabled it on devices like BBB or RPi without re-building kernel MFC after: 1 week
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/spibus
|
|
KMOD= spigen
|
|
SRCS= spigen.c
|
|
SRCS+= device_if.h bus_if.h opt_platform.h spibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|