]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/spi/Makefile
Update the Arm Optimized Routine library to v24.01
[FreeBSD/FreeBSD.git] / sys / modules / spi / Makefile
1
2 SUBDIR = \
3         ../spigen \
4         at45d \
5         ${_atopcase} \
6         mx25l \
7         spibus \
8         
9 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
10 _atopcase=atopcase
11 .endif
12
13 .include <bsd.subdir.mk>