diff options
Diffstat (limited to 'stand/Makefile.mips')
-rw-r--r-- | stand/Makefile.mips | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stand/Makefile.mips b/stand/Makefile.mips new file mode 100644 index 0000000000000..46fc5742fbf6a --- /dev/null +++ b/stand/Makefile.mips @@ -0,0 +1,7 @@ +# $FreeBSD$ + +.if ${MK_FDT} != "no" +SUBDIR+= fdt +.endif + +SUBDIR+= uboot |