freebsd-dev/sys/boot/Makefile.powerpc
Ed Maste 90990e3bc1 Build a 32-bit libstand under sys/boot/ for ppc64
This change is equivalent to r261567 for i386/amd64.

Sponsored by:	The FreeBSD Foundation
2014-02-07 22:49:42 +00:00

10 lines
108 B
Makefile

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