mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
|
# Build dev/flash modules.
|
||
|
|
|
||
|
|
SUBDIR =
|
||
|
|
|
||
|
|
.if (${MACHINE_CPUARCH} == "aarch64") && !empty(OPT_FDT)
|
||
|
|
SUBDIR+= flexspi
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|