e53470fee3
- Support for Texas Instruments SoCs: - AM335x - OMAP4 - Kernel configs, DTS for Beaglebone and Pandaboard Submitted by: Ben Gray, Damjan Marion
9 lines
154 B
Makefile
9 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>
|