]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/flash/flexspi/Makefile
flex_spi: Support for FlexSPI Flash controller.
[FreeBSD/FreeBSD.git] / sys / modules / flash / flexspi / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/flash/flexspi
4
5 KMOD=   flexspi
6 SRCS=   flex_spi.c
7
8 # Generated files...
9 SRCS+=  \
10         bus_if.h \
11         device_if.h \
12         ofw_bus_if.h \
13         opt_platform.h \
14
15 .include <bsd.kmod.mk>