mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
- Support for Texas Instruments SoCs: - AM335x - OMAP4 - Kernel configs, DTS for Beaglebone and Pandaboard Submitted by: Ben Gray, Damjan Marion
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../arm/ti/cpsw
|
|
|
|
KMOD= if_cpsw
|
|
SRCS= if_cpsw.c device_if.h bus_if.h ofw_bus_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|