Add 64-bit address support to Cadence CGEM Ethernet driver for use in other SoCs such as the Zynq UltraScale+ and SiFive HighFive Unleashed. Reviewed by: philip, 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D24304
24 lines
281 B
Makefile
24 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
MAN= \
|
|
aw_gpio.4 \
|
|
aw_mmc.4 \
|
|
aw_rtc.4 \
|
|
aw_sid.4 \
|
|
aw_spi.4 \
|
|
aw_syscon.4 \
|
|
bcm283x_pwm.4 \
|
|
devcfg.4 \
|
|
imx6_ahci.4 \
|
|
imx6_snvs.4 \
|
|
imx_wdog.4 \
|
|
mge.4 \
|
|
ti_adc.4
|
|
|
|
MLINKS= imx_wdog.4 imxwdt.4
|
|
MLINKS+= mge.4 if_mge.4
|
|
|
|
MANSUBDIR=/arm
|
|
|
|
.include <bsd.prog.mk>
|