mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
17 lines
227 B
Makefile
17 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/freescale/imx
|
|
|
|
KMOD= imx_spi
|
|
SRCS= imx_spi.c
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
gpio_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
spibus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|