mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
14 lines
185 B
Makefile
14 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/freescale/imx
|
|
|
|
KMOD= imx6_ahci
|
|
SRCS= imx6_ahci.c
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
ofw_bus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|