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