1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/boot/Makefile.mips
Robert Watson 0c7090e31a Do build boot-loader FDT code on MIPS.
MFC after:	3 weeks
Sponsored by:	DARPA, AFRL
2014-02-19 17:44:59 +00:00

6 lines
56 B
Makefile

# $FreeBSD$
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif